@cryptotaxi247 / infra-1 / commits / 1ee14bad

svn path=/configurations/trunk/tud/; revision=11447

svn path=/configurations/trunk/tud/; revision=11447

Martin Bravenboer committed Apr 1, 2008 at 19:22 UTC 1ee14bad8277d93722ac4711c1d2ea1080ae76cb
1 file changed +15
supervisor/strategoxt/jobs.nix
+15
@@ -20,6 +20,21 @@ with (import ./jobs-helpers.nix) attrs;
20 makeInfoURL = makeInfoURL.usingBaseline;
21 };
22
23 + phpFrontTrunk = makeEasyJob {
24 + spec = specs.phpFront;
25 + makeInfoURL = makeInfoURL.usingBaseline;
26 + };
27 +
28 + dryadTrunk = makeEasyJob {
29 + spec = specs.dryad;
30 + makeInfoURL = makeInfoURL.usingBaseline;
31 + };
32 +
33 + transformersGenericToolsTrunk = makeEasyJob {
34 + spec = specs.transformersGenericTools;
35 + makeInfoURL = makeInfoURL.usingBaseline;
36 + };
37 +
38 strategoLibrariesTrunk = makeEasyJob {
39 spec = specs.strategoLibraries;
40 makeInfoURL = makeInfoURL.usingBaseline;