hydra: only use keepnr to determine if builds should be kept
[?]
Aug 10, 2010, 8:00 AM
E3LZ5H7Q2X64BIPQNQ65ISSS5NK44QEHWGADN7TQLY3ZCMFWIZFACDependencies
- [2]
AFGT66EIhydra: if a project or jobset is hidden (and thus disabled) do not keep builds - [3]
NEWDDAOF* Allow users to change the value of a build's "keep" flag, which - [4]
WZ3AEJ67* hydra_update_gc_roots.pl registers build outputs that should be kept - [5]
4X6NS66Q* Keep the most recent builds for each job. - [6]
IN272KZW* Automatically keep all builds in the latest successful release in
Change contents
- replacement in src/script/hydra_update_gc_roots.pl at line 37
foreach my $project ($db->resultset('Projects')->search({hidden => 0},{})) {foreach my $project ($db->resultset('Projects')->all) { - replacement in src/script/hydra_update_gc_roots.pl at line 41
foreach my $job ($project->jobs->search({hidden => 0}, { join => "jobset"})) {foreach my $job ($project->jobs->all) {