* hydra: on git ls-remote add refs/heads/ prefix to branchname to avoid other branches called master (or $branchname)
[?]
Mar 15, 2010, 10:02 AM
5DZPBNDEZYHCHYNEGOV5HBYQIP2RIMJU7TN22REDQADAC7UK7AVQCDependencies
- [2]
KQS7DSKJ* Clean up indentation. - [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. - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 277
"git", "ls-remote", $uri, $branch);"git", "ls-remote", $uri, "refs/heads/".$branch);