@cryptotaxi247 / infra / commits / d023942a

Make 15.09 the current branch

Eelco Dolstra committed Sep 30, 2015 at 20:24 UTC d023942aeea778d2c8fc2311d8a6502c0c1fe941
1 file changed +1 -1
delft/hydra-mirror.nix
+1 -1
@@ -81,7 +81,7 @@
81 script =
82 ''
83 rm -rf /data/releases/nixos/14.12/.tmp-*
84 - exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-stable.sh 14.12; sleep 1200; done'
84 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-branch.sh 14.12; sleep 1200; done'
85 '';
86 serviceConfig.Restart = "always";
87 serviceConfig.CPUShares = 100;