pass svn/bzr revisions as integers
[?]
Feb 10, 2011, 10:35 AM
R4MHON3OOHV63YGRIDHNAV6ZQN7QKAHPRNQUXLIYGC25OUKZ43SQCDependencies
- [2]
WVX47J4Eproperly pass bazaar inputs - [3]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [4]
YFPZ46YK* hydra: added variant of build input type, 'build output (same system)' to allow better continous integration in one jobset for multiple system. it makes sure that the system of the build that is passed as input for a job has the same system as the job. - [5]
3XTHEUMP* Implemented the clone feature. - [6]
JTRG7RDQadd support for git as jobinput - [7]
2WUNXJGWHydra/26: Go back to using "svn export" as default for svn, added svn-checkout type for jobset which need .svn dirs. export is much more efficient - [8]
O25D52TAinitial support for mercurial
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 587
when (["svn", "svn-checkout", "path", "build", "git", "hg", "sysbuild", "bzr", "bzr-checkout"]) {when (["path", "build", "git", "hg", "sysbuild"]) { - edit in src/lib/Hydra/Helper/AddBuilds.pm at line 595
when (["svn", "svn-checkout", "bzr", "bzr-checkout"]) {push @res, "--arg", $input, ("{ outPath = builtins.storePath " . $alt->{storePath} . "" .(defined $alt->{revision} ? "; rev = " . $alt->{revision} . "" : "") .";}");}