* Fix an apparent incompatibility with recent DBIx::Class.
[?]
Oct 26, 2009, 1:55 PM
MPGVCHVFX673NHLU3TXNLAVEVP4PJSMVBMZOQQKD53N6KAG6CTLQCDependencies
- [2]
CXRCPDSQ* added support for twitter notification - [3]
A63IHCMX* Register GC roots properly. - [4]
CLJQCY2X* Store info about all the build actions and allow them to be - [5]
G5A7TZVI* Don't discard old build steps when restarting a build. - [*]
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
- replacement in src/script/hydra_build.pl at line 202
my $buildStepNr = $build->buildsteps->find({},{select => {max => 'stepnr + 1'}, as => ['max']})->get_column('max') || 1;my $max = $build->buildsteps->find({}, {select => {max => 'stepnr + 1'}, as => ['max']});my $buildStepNr = defined $max ? $max->get_column('max') : 1;