I should test first

[?]
Apr 30, 2012, 3:57 PM
VI32YSGASTFSF6EKDAIGHDTH2E7YMDS532LOWEH2OYKXAD243TZAC

Dependencies

  • [2] NDJ6PZB7 * Fix symbol to look for.
  • [3] HE3GX5IP Optimize fetch-git.
  • [4] SIZ6KXPW Set the build status properly for failing local builds
  • [5] YQWH4POV * Simplify.
  • [6] SBKX3YH2 cleanup
  • [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] V2ALOFRR Fix the test
  • [12] RBZRCTAL hydra: fixed and re-enabled evaluation tests
  • [13] Y2BFYLLK * Install the SQL schemata in $out/share/hydra/sql.
  • [*] T4LLYESZ * Nix expression for building Hydra.
  • [*] HX4QYOYA add first evaluations tests

Change contents

  • replacement in release.nix at line 83
    [2.210][5.24:47](),[5.3404][5.24:47]()
    LOGNAME="$USER";
    [2.210]
    [2.211]
    LOGNAME = "foo";
  • replacement in src/script/hydra-build at line 371
    [5.4051][4.0:71]()
    if ($thisBuildFailed && $res == 100) { $buildStatus = 1; }
    [5.4051]
    [5.4107]
    if ($thisBuildFailed && $res == 100 << 8) { $buildStatus = 1; }
  • replacement in tests/Setup.pm at line 74
    [5.742][5.363:440]()
    return captureStdoutStderr(60, ("../src/script/hydra-build", $build->id));
    [5.742]
    [3.4328]
    my ($res, $stdout, $stderr) = captureStdoutStderr(60, ("../src/script/hydra-build", $build->id));
    print "STDERR: $stderr" if $res;
    return ($res, $stdout, $stderr);