* Refactoring: move fetchInput out of hydra_scheduler into a separate

module, since Controller/Build.pm needs it to create a new build.
This commit is contained in:
Eelco Dolstra
2009-10-26 15:39:14 +00:00
parent 57cc6ceca6
commit e1373fa1c3
7 changed files with 302 additions and 250 deletions

View File

@ -273,7 +273,6 @@ sub getLatestSuccessfulViewResult {
return $build if getViewResult($build, $jobs)->{status} == 0;
}
return undef;
}