svn path=/configurations/trunk/tud/; revision=11303
svn path=/configurations/trunk/tud/; revision=11303
Eelco Dolstra committed
Mar 27, 2008 at 13:42 UTC
4c9c34694804c751db7d7c1568e2be9647957290
1 file changed
+9
supervisor/jobs.nix
+9
@@ -64,6 +64,15 @@ in
64
jobAttr = "nixRelease";
65
};
66
67
+ nixNoBDBBranch = makeNixJob {
68
+ dirName = "nix-no-bdb";
69
+ inputs = {
70
+ nixCheckout = svnInput https://svn.cs.uu.nl:12443/repos/trace/nix/branches/no-bdb;
71
+ };
72
+ jobExpr = "../jobs/nix/nix.nix";
73
+ jobAttr = "nixRelease";
74
+ };
75
+
76
77
/* PatchELF */
78