* Cannot call isValidPath on a logfile. This happened to work because

[?]
Mar 5, 2010, 10:53 AM
V62IBGJVZPG3QXED5BMSOXJXIWFFKQQJMT4535P3RH24FSDLT6MAC

Dependencies

  • [2] NZI7E2E3 * hydra: handle case where logfile is empty
  • [3] 2R7GHSA4 * hydra: added initial version of build graph
  • [4] ZNKPGZHF hydra: error on buildpage for queued build
  • [*] LBNVQXUB * Build the /build stuff in a separate controller.

Change contents

  • replacement in src/lib/Hydra/Controller/Build.pm at line 53
    [2.71][2.71:207]()
    if (defined $build->resultInfo && $build->resultInfo->buildstatus == 1 && !($path eq "") && isValidPath($lastBuildStep->logfile)) {
    [2.71]
    [2.207]
    if (defined $build->resultInfo && $build->resultInfo->buildstatus == 1 && !($path eq "") && -f $lastBuildStep->logfile) {