support git branches as input in stead of only master branch
[?]
Nov 23, 2009, 1:38 PM
ENYUXIFPWKNQTG3QVACFS46OLIK7JAMSILO2QWK3TWQKWFZBLOXACDependencies
- [2]
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. - [3]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [4]
JTRG7RDQadd support for git as jobinput
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 221
my $uri = $value;(my $uri, my $branch) = split ' ', $value;$branch = defined $branch ? $branch : "master"; - edit in src/lib/Hydra/Helper/AddBuilds.pm at line 228
my $branch = "master";