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);