* Fix an apparent incompatibility with recent DBIx::Class.

[?]
Oct 26, 2009, 1:55 PM
MPGVCHVFX673NHLU3TXNLAVEVP4PJSMVBMZOQQKD53N6KAG6CTLQC

Dependencies

  • [2] CXRCPDSQ * added support for twitter notification
  • [3] A63IHCMX * Register GC roots properly.
  • [4] G5A7TZVI * Don't discard old build steps when restarting a build.
  • [5] CLJQCY2X * Store info about all the build actions and allow them to be
  • [*] 7YBYT2LQ
  • [*] 3BKF6P72 * Use Nix's negative caching.

Change contents

  • edit in src/script/hydra_build.pl at line 32
    [8.153]
    [2.56]
  • edit in src/script/hydra_build.pl at line 64
    [2.1032]
    [2.1032]
  • replacement in src/script/hydra_build.pl at line 202
    [3.1][3.1:143]()
    my $buildStepNr = $build->buildsteps->find({},
    {select => {max => 'stepnr + 1'}, as => ['max']})->get_column('max') || 1;
    [3.1]
    [3.5140]
    my $max = $build->buildsteps->find(
    {}, {select => {max => 'stepnr + 1'}, as => ['max']});
    my $buildStepNr = defined $max ? $max->get_column('max') : 1;