Add branch to local clone path of git repositories for now.
[?]
Apr 10, 2012, 8:06 AM
VJ4BZV5RBLNVCV7EC3APZOHSN5HOHHD4RITQOHIMMGUAP5AR3B3ACDependencies
- [2]
ARD6Z67TDo incremental SVN checkouts - [3]
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. - [4]
C7CXMZ66hydra: do not perform git clone every time. in stead work on local clone and pull - [5]
UO67NQMRChange `fetchInputGit' to do `git clone -b BRANCH' instead of `git clone'. - [6]
TM6XBAG2git branches can share local clones - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 326
my $clonePath = scmPath . "/" . sha256_hex($uri);my $clonePath = scmPath . "/" . sha256_hex($uri.$branch);