Merge branch 'master' of github.com:NixOS/hydra

This commit is contained in:
Rob Vermaas
2012-04-18 11:24:12 +02:00
43 changed files with 510 additions and 400 deletions

View File

@@ -968,5 +968,11 @@ sub restartBuild {
, busy => 0
, locker => ""
});
# Reset the stats for the evals to which this build belongs.
# !!! Should do this in a trigger.
foreach my $m ($build->jobsetevalmembers->all) {
$m->eval->update({nrsucceeded => undef});
}
});
}