Fallback for git fetch, which allows specific gits revisions to be used as build inputs.
[?]
Sep 11, 2012, 8:31 PM
OSTNUSGYPOKBUUJBOBDDCQ6DUZC5EXZ4EZTNZXZXTHRN7KYMZH2ACDependencies
- [2]
7XC62UTYUse git fetch -fu origin +$branch:$branch to fetch all changes for branch. - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate
Change contents
- edit in src/lib/Hydra/Helper/AddBuilds.pm at line 347
($res, $stdout, $stderr) = captureStdoutStderr(600,("git", "fetch", "-fu", "origin")) unless $res;