more meta-environment jobs
svn path=/configurations/trunk/tud/; revision=11375
Martin Bravenboer committed
Mar 31, 2008 at 01:47 UTC
878e9776a4e1508d7eb4bc2b97165c4617165894
1 file changed
+34
-14
supervisor/strategoxt/jobs.nix
+34
-14
@@ -73,71 +73,91 @@ let easy = (import ./easy-job.nix) attrs;
73
spec = specs.metaBuildEnv;
74
};
75
76
- atermBranch64 = makeEasyJob {
76
+ atermTrunk = makeEasyJob {
77
spec = specs.aterm;
78
- svn = "branch64";
79
- dirName = "aterm64";
78
};
79
82
- atermTrunk = makeEasyJob {
80
+ atermBranch64 = makeEasyJob {
81
spec = specs.aterm;
82
+ svn = "branch64";
83
+ dirName = "aterm64";
84
};
85
86
sdfLibraryTrunk = makeEasyJob {
87
spec = specs.sdfLibrary;
88
- makeInfoURL = makeInfoURL.withATerm64;
88
};
89
91
- toolbuslibTrunk = makeEasyJob {
90
+ /* toolbuslibTrunk = makeEasyJob {
91
+ spec = specs.toolbuslib;
92
+ }; */
93
+
94
+ toolbuslibTrunk64 = makeEasyJob {
95
spec = specs.toolbuslib;
96
dirName = "toolbuslib-with-aterm64";
97
makeInfoURL = makeInfoURL.withATerm64;
98
};
99
97
- errorSupportTrunk = makeEasyJob {
100
+ cLibraryTrunk64 = makeEasyJob {
101
+ spec = specs.cLibrary;
102
+ dirName = "c-library-with-aterm64";
103
+ makeInfoURL = makeInfoURL.withATerm64;
104
+ };
105
+
106
+ configSupportTrunk64 = makeEasyJob {
107
+ spec = specs.configSupport;
108
+ dirName = "config-support-with-aterm64";
109
+ makeInfoURL = makeInfoURL.withATerm64;
110
+ };
111
+
112
+ errorSupportTrunk64 = makeEasyJob {
113
spec = specs.errorSupport;
114
dirName = "error-support-with-aterm64";
115
makeInfoURL = makeInfoURL.withATerm64;
116
};
117
103
- tideSupportTrunk = makeEasyJob {
118
+ tideSupportTrunk64 = makeEasyJob {
119
spec = specs.tideSupport;
120
dirName = "tide-support-with-aterm64";
121
makeInfoURL = makeInfoURL.withATerm64;
122
};
123
109
- ptSupportTrunk = makeEasyJob {
124
+ ptSupportTrunk64 = makeEasyJob {
125
spec = specs.ptSupport;
126
dirName = "pt-support-with-aterm64";
127
makeInfoURL = makeInfoURL.withATerm64;
128
};
129
130
+ ptableSupportTrunk64 = makeEasyJob {
131
+ spec = specs.ptableSupport;
132
+ dirName = "ptable-support-with-aterm64";
133
+ makeInfoURL = makeInfoURL.withATerm64;
134
+ };
135
116
- sglrTrunk = makeEasyJob {
136
+ sglrTrunk64 = makeEasyJob {
137
spec = specs.sglr;
138
dirName = "sglr-with-aterm64";
139
makeInfoURL = makeInfoURL.withATerm64;
140
};
141
122
- asfSupportTrunk = makeEasyJob {
142
+ asfSupportTrunk64 = makeEasyJob {
143
spec = specs.asfSupport;
144
dirName = "asf-support-with-aterm64";
145
makeInfoURL = makeInfoURL.withATerm64;
146
};
147
128
- ascSupportTrunk = makeEasyJob {
148
+ ascSupportTrunk64 = makeEasyJob {
149
spec = specs.ascSupport;
150
dirName = "asc-support-with-aterm64";
151
makeInfoURL = makeInfoURL.withATerm64;
152
};
153
134
- sdfSupportTrunk = makeEasyJob {
154
+ sdfSupportTrunk64 = makeEasyJob {
155
spec = specs.sdfSupport;
156
dirName = "sdf-support-with-aterm64";
157
makeInfoURL = makeInfoURL.withATerm64;
158
};
159
140
- pgenTrunk = makeEasyJob {
160
+ pgenTrunk64 = makeEasyJob {
161
spec = specs.pgen;
162
dirName = "pgen-with-aterm64";
163
makeInfoURL = makeInfoURL.withATerm64;