fix for buildsteps starting at 0, probably something changed in catalyst
[?]
Sep 8, 2011, 10:48 PM
XYBSTHMJ3NPHX2H34VPZFU3JBS7AHZAIYS3SCIMPQ6ERJKUPW64ACDependencies
- [2]
MPGVCHVF* Fix an apparent incompatibility with recent DBIx::Class. - [3]
BOFOHCPKremoved debug print, added last 50 lines in failure emails - [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. - [6]
FYO6NECEhydra - [7]
A63IHCMX* Register GC roots properly. - [*]
7YBYT2LQ
Change contents
- replacement in src/script/hydra_build.pl.in at line 247
my $buildStepNr = defined $max ? $max->get_column('max') : 1;my $buildStepNr = (defined $max && defined $max->get_column('max')) ? $max->get_column('max') : 1;