Use a subdir
svn path=/configurations/trunk/tud/; revision=11585
Martin Bravenboer committed
Apr 11, 2008 at 21:10 UTC
8aaef5244762d3f5270eee5479644c74106af0f9
2 files changed
+20
-9
supervisor/strategoxt/baseline.nix
+1
-1
@@ -1,6 +1,6 @@
1
{
2
aterm =
3
- http://buildfarm.st.ewi.tudelft.nl/releases/meta-environment/aterm-2.5pre21238-l2q7rg38/;
3
+ http://releases.strategoxt.org/aterm64/aterm-2.5pre21238-bdw75bjj/;
4
5
# martin: needs to be updated, but I'm scared what will happen. We
6
# should do this when the buildfarm transition has stabilized a bit.
supervisor/strategoxt/jobs.nix
+19
-8
@@ -80,6 +80,25 @@ with (import ./jobs-helpers.nix) attrs;
80
makeInfoURL = makeInfoURL.usingBaseline;
81
};
82
83
+ /**
84
+ * Stratego/XT 0.17
85
+ */
86
+ atermBranch64Rev21238 = makeEasyJob {
87
+ spec = specs.aterm;
88
+ dirName = "strategoxt-0.17/aterm";
89
+ inputs = {
90
+ atermCheckout = svnInputRev svn+ssh://svn.cwi.nl/aterm/branches/64-bit-fixes 21238;
91
+ };
92
+ };
93
+
94
+ /**
95
+ sdf2Bundle24 = makeEasyJob {
96
+ spec = specs.sdf2Bundle24;
97
+ dirName = "strategoxtsdf2-bundle-with-aterm64";
98
+ makeInfoURL = makeInfoURL.withATerm64;
99
+ };
100
+ */
101
+
102
/**
103
* Meta-Environment
104
*/
@@ -97,14 +116,6 @@ with (import ./jobs-helpers.nix) attrs;
116
dirName = "aterm64";
117
};
118
100
- atermBranch64Rev21238 = makeEasyJob {
101
- spec = specs.aterm;
102
- dirName = "aterm64";
103
- inputs = {
104
- atermCheckout = svnInputRev svn+ssh://svn.cwi.nl/aterm/branches/64-bit-fixes 21238;
105
- };
106
- };
107
-
119
sdfLibraryTrunk = makeEasyJob {
120
spec = specs.sdfLibrary;
121
};