added strategoxt-manual job
svn path=/configurations/trunk/tud/; revision=11420
Martin Bravenboer committed
Apr 1, 2008 at 04:25 UTC
c111fa570702ed7397db3612616c90f1d94e1911
1 file changed
+23
supervisor/strategoxt/jobs.nix
+23
@@ -30,6 +30,7 @@ with (import ./jobs-helpers.nix) attrs;
30
makeInfoURL = makeInfoURL.usingBaseline;
31
};
32
33
+ # Stratego/XT is a non-standard job, therefore we cannot use makeEasyJob.
34
strategoxtTrunk = makeJob {
35
args = [
36
"../jobs/strategoxt/strategoxt.nix"
@@ -52,6 +53,28 @@ with (import ./jobs-helpers.nix) attrs;
53
notifyAddresses = ["karltk@strategoxt.org" "martin.bravenboer@gmail.com" "e.visser@tudelft.nl"];
54
};
55
56
+ # The Stratego/XT manual is a non-standard job, therefore we cannot use makeEasyJob.
57
+ strategoxtManualTrunk = makeJob {
58
+ args = [
59
+ "../jobs/strategoxt/custom/manual.nix"
60
+ "trunkRelease"
61
+ "/data/webserver/dist/strategoxt2/manual"
62
+ "http://releases.strategoxt.org/strategoxt-manual"
63
+ "/data/webserver/dist/nix-cache"
64
+ "http://buildfarm.st.ewi.tudelft.nl/releases/nix-cache"
65
+ ];
66
+
67
+ inputs = {
68
+ strategoxtManualCheckout = svnInput https://svn.cs.uu.nl:12443/repos/StrategoXT/strategoxt-manual/trunk;
69
+ systems = pathInput ./systems.nix;
70
+ atermInfo = infoInput baseline.aterm;
71
+ sdf2BundleInfo = infoInput baseline.sdf;
72
+ strategoxtInfo = infoInput baseline.strategoxt;
73
+ };
74
+
75
+ notifyAddresses = ["karltk@strategoxt.org" "martin.bravenboer@gmail.com" "e.visser@tudelft.nl"];
76
+ };
77
+
78
/**
79
* Meta-Environment
80
*/