From a2491f76a4b0b5e21a196650931a91d8d21b9f86 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 25 Sep 2013 00:59:38 +0200 Subject: [PATCH] Use the same start/stop time for the build steps as for the build --- src/script/hydra-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script/hydra-build b/src/script/hydra-build index a80e3024..72968930 100755 --- a/src/script/hydra-build +++ b/src/script/hydra-build @@ -71,8 +71,8 @@ sub failDependents { , drvpath => $drvPath , busy => 0 , status => $status - , starttime => time - , stoptime => time + , starttime => $time + , stoptime => $time , errormsg => $errorMsg }); addBuildStepOutputs($step);