Job for a specific revision of the aterm library
svn path=/configurations/trunk/tud/; revision=11583
Martin Bravenboer committed
Apr 11, 2008 at 20:48 UTC
f4a40c9af903c7f0b8d77e613a70a164b1bdd218
2 files changed
+9
-1
supervisor/strategoxt/jobs-helpers.nix
+1
-1
@@ -23,7 +23,7 @@ rec {
23
24
urlInput = easy.urlInput;
25
26
- inherit (attrs) svnInput pathInput;
26
+ inherit (attrs) svnInput svnInputRev pathInput;
27
28
# Main function to make easy jobs.
29
supervisor/strategoxt/jobs.nix
+8
@@ -97,6 +97,14 @@ with (import ./jobs-helpers.nix) attrs;
97
dirName = "aterm64";
98
};
99
100
+ atermBranch64Rev21238 = makeEasyJob {
101
+ spec = specs.aterm;
102
+ dirName = "aterm64";
103
+ customInputs = {
104
+ atermCheckout = svnInputRev svn+ssh://svn.cwi.nl/aterm/branches/64-bit-fixes 21238;
105
+ };
106
+ };
107
+
108
sdfLibraryTrunk = makeEasyJob {
109
spec = specs.sdfLibrary;
110
};