Fix
Eelco Dolstra committed
Sep 25, 2014 at 13:25 UTC
a88f2f2286580115caaa32cfbdc3f406575e8daa
1 file changed
+1
-1
delft/lucifer.nix
+1
-1
@@ -178,7 +178,7 @@
178
script =
179
''
180
rm -rf /data/releases/nixos/14.04-small/.tmp-*
181
- exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-stable.sh 14.04-small; sleep 900; done'
181
+ exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-branch.sh 14.04-small release-14.04-small; sleep 900; done'
182
'';
183
serviceConfig.Restart = "always";
184
serviceConfig.CPUShares = 100;