Set the build status properly for failing local builds
[?]
Apr 30, 2012, 3:15 PM
SIZ6KXPWOMMK44CPHSJ7NLLIWWDRWZNE3EPCN7NTF5VCRREXMU7ACDependencies
- [2]
BD3GRK4B* Get rid of "positive failures" and separate log phases. - [3]
UVNQPK3THydra/56: handle failed builds with result only at build level, not buildsteps - [4]
HE3GX5IPOptimize fetch-git. - [5]
G3IUM7VLhydra: add support for succeedOnFailure feature in stdenv - [6]
7YBYT2LQ
Change contents
- replacement in src/script/hydra-build at line 371
if ($thisBuildFailed) { $buildStatus = 1; }if ($thisBuildFailed && $res == 100) { $buildStatus = 1; }