project with 0 build resulted in error

[?]
Nov 18, 2009, 12:59 PM
H27UAGSXDDVC7VUIQDW75ASGKFUEEGGJXDRRRFMHDNJ2UZMGPADQC

Dependencies

  • [2] FPK5LF53 * Put the project-related actions in a separate controller. Put the
  • [3] LBNVQXUB * Build the /build stuff in a separate controller.
  • [4] SJN2QPWH * Big speed-up of the job status page and the channel generation (such

Change contents

  • replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 39
    [2.10265][2.10265:10328]()
    $c->stash->{totalBuildTime} = $builds->search({},
    [2.10265]
    [2.10328]
    my $res;
    $res = $builds->search({},
  • replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 43
    [2.10418][2.10418:10459]()
    ->first->get_column('sum') || 0;
    [2.10418]
    [2.10459]
    ->first ;
    $c->stash->{totalBuildTime} = defined ($res) ? $res->get_column('sum') : 0 ;