I should test first
[?]
Apr 30, 2012, 3:57 PM
VI32YSGASTFSF6EKDAIGHDTH2E7YMDS532LOWEH2OYKXAD243TZACDependencies
- [2]
NDJ6PZB7* Fix symbol to look for. - [3]
HE3GX5IPOptimize fetch-git. - [4]
SIZ6KXPWSet the build status properly for failing local builds - [5]
YQWH4POV* Simplify. - [6]
SBKX3YH2cleanup - [7]
BD3GRK4B* Get rid of "positive failures" and separate log phases. - [8]
7YBYT2LQ - [9]
UQ6K57MS* Include nix-prefetch-svn in the Hydra binary distribution. - [10]
FAIJDQKZ - [11]
V2ALOFRRFix the test - [12]
RBZRCTALhydra: fixed and re-enabled evaluation tests - [13]
Y2BFYLLK* Install the SQL schemata in $out/share/hydra/sql. - [*]
T4LLYESZ* Nix expression for building Hydra. - [*]
HX4QYOYAadd first evaluations tests
Change contents
- replacement in release.nix at line 83
LOGNAME="$USER";LOGNAME = "foo"; - replacement in src/script/hydra-build at line 371
if ($thisBuildFailed && $res == 100) { $buildStatus = 1; }if ($thisBuildFailed && $res == 100 << 8) { $buildStatus = 1; } - replacement in tests/Setup.pm at line 74
return captureStdoutStderr(60, ("../src/script/hydra-build", $build->id));my ($res, $stdout, $stderr) = captureStdoutStderr(60, ("../src/script/hydra-build", $build->id));print "STDERR: $stderr" if $res;return ($res, $stdout, $stderr);