Use git fetch --all to update local clone in stead of git pull. Also, do not use --branch in initial clone.
[?]
Apr 5, 2012, 1:49 PM
PNPT3Y7RR5WA7DYUKXAF7SE4TE5GUEL65XMRYNL7GWVCEFT653LQCDependencies
- [2]
UO67NQMRChange `fetchInputGit' to do `git clone -b BRANCH' instead of `git clone'. - [3]
CHQEG6WYHydra/29: Added timeout to svn/git checkouts, job evaluation - [4]
BK24VA6Q* for git inputs, check latest revision of branch (defaults to master for now), if there is change, only use input if last checkout was > hour ago. - [5]
BMSQD2ZHIndentation - [6]
3I6BNF4Shydra: do not use refs/heads while checking for latest commit in branch - [7]
C7CXMZ66hydra: do not perform git clone every time. in stead work on local clone and pull - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 331
("git", "clone", "--branch", $branch, $uri, $clonePath));("git", "clone", $uri, $clonePath)); - replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 338
("git", "pull"));("git", "fetch", "--all"));