Fix an uninitialized value warning
[?]
Oct 4, 2013, 12:47 PM
K7V2CCD7F3BHCPZVSGOLVYO2JRZAZUVUNIOAL76ZJORHLWLHPURACDependencies
- [2]
RHUAFTJAShow aborted/cancelled builds separately in jobset eval pages - [3]
L7NUCXKSShow new and removed jobs - [4]
DE2DNCOIAllow comparing an evaluation with an arbitrary other evaluation - [5]
WZZOOYCHShow queued builds in jobset evaluation pages - [*]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 94
if ($build->buildstatus == 3 || $build->buildstatus == 4) {if ($build->finished != 0 && ($build->buildstatus == 3 || $build->buildstatus == 4)) {