@cryptotaxi247 / infra-1 / commits / 0cccfc8d

build+upload -> build+release

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

Martin Bravenboer committed Mar 29, 2008 at 23:12 UTC 0cccfc8d4726add01f03d46ad9cbd0699519bca1
1 file changed +2 -2
supervisor/jobs.nix
+2 -2
@@ -11,7 +11,7 @@ let
11 inputs = {
12 job = pathInput ../../../release;
13 #job = svnInput jobBaseline;
14 - nixpkgs = svnInputRev nixpkgsBaseline 11222;
14 + nixpkgs = svnInputRev nixpkgsBaseline 11301;
15 } // attrs.inputs;
16 };
17
@@ -22,7 +22,7 @@ let
22
23 nixpkgsBaseline = https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk;
24
25 - defaultJobScript = "generic-dist/build+upload.sh";
25 + defaultJobScript = "generic-dist/build+release.sh";
26
27 cacheDir = "/data/webserver/dist/nix-cache";
28 cacheURL = http://buildfarm.st.ewi.tudelft.nl/releases/nix-cache;