Revert "Use git fetch --all to update local clone in stead of git pull. Also, do not use --branch in initial clone."
[?]
Apr 10, 2012, 8:04 AM
HABC6L4GN66AIJKCNKM3ZHGNBYWNAZK4T4GM5WGJYQE77ZWGRRQACDependencies
- [2]
PNPT3Y7RUse git fetch --all to update local clone in stead of git pull. Also, do not use --branch in initial clone. - [3]
CHQEG6WYHydra/29: Added timeout to svn/git checkouts, job evaluation - [4]
C7CXMZ66hydra: do not perform git clone every time. in stead work on local clone and pull - [5]
BMSQD2ZHIndentation - [6]
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. - [7]
UO67NQMRChange `fetchInputGit' to do `git clone -b BRANCH' instead of `git clone'. - [*]
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", $uri, $clonePath));("git", "clone", "--branch", $branch, $uri, $clonePath)); - replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 338
("git", "fetch", "--all"));("git", "pull"));