* Cannot call isValidPath on a logfile. This happened to work because
[?]
Mar 5, 2010, 10:53 AM
V62IBGJVZPG3QXED5BMSOXJXIWFFKQQJMT4535P3RH24FSDLT6MACDependencies
- [2]
NZI7E2E3* hydra: handle case where logfile is empty - [3]
2R7GHSA4* hydra: added initial version of build graph - [4]
ZNKPGZHFhydra: 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
if (defined $build->resultInfo && $build->resultInfo->buildstatus == 1 && !($path eq "") && isValidPath($lastBuildStep->logfile)) {if (defined $build->resultInfo && $build->resultInfo->buildstatus == 1 && !($path eq "") && -f $lastBuildStep->logfile) {