@cryptotaxi247 / infra-1 / commits / f29a2314

Update channel scripts directory

Eelco Dolstra committed Feb 19, 2015 at 14:58 UTC f29a2314584e1e3f61dcf754b99742cf11ce4c8e
1 file changed +8 -8
delft/lucifer.nix
+8 -8
@@ -117,7 +117,7 @@
117 script =
118 ''
119 rm -rf /data/releases/nixpkgs/.tmp-*
120 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixpkgs.sh; sleep 1200; done'
120 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixpkgs.sh; sleep 1200; done'
121 '';
122 serviceConfig.Restart = "always";
123 serviceConfig.CPUShares = 100;
@@ -130,7 +130,7 @@
130 path = [ pkgs.su ];
131 script =
132 ''
133 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./generate-linear-patch-sequence.sh; sleep 300; done'
133 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./generate-linear-patch-sequence.sh; sleep 300; done'
134 '';
135 serviceConfig.Restart = "always";
136 serviceConfig.CPUShares = 100;
@@ -145,7 +145,7 @@
145 script =
146 ''
147 rm -rf /data/releases/nixos/unstable/.tmp-*
148 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-branch.sh unstable trunk-combined; sleep 1200; done'
148 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-branch.sh unstable trunk-combined; sleep 1200; done'
149 '';
150 serviceConfig.Restart = "always";
151 serviceConfig.CPUShares = 100;
@@ -159,7 +159,7 @@
159 script =
160 ''
161 rm -rf /data/releases/nixos/unstable-small/.tmp-*
162 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-branch.sh unstable-small unstable-small; sleep 1200; done'
162 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-branch.sh unstable-small unstable-small; sleep 1200; done'
163 '';
164 serviceConfig.Restart = "always";
165 serviceConfig.CPUShares = 100;
@@ -173,7 +173,7 @@
173 script =
174 ''
175 rm -rf /data/releases/nixos/14.04/.tmp-*
176 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-branch.sh 14.04 release-14.04; sleep 1200; done'
176 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-branch.sh 14.04 release-14.04; sleep 1200; done'
177 '';
178 serviceConfig.Restart = "always";
179 serviceConfig.CPUShares = 100;
@@ -187,7 +187,7 @@
187 script =
188 ''
189 rm -rf /data/releases/nixos/14.04-small/.tmp-*
190 - 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'
190 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-branch.sh 14.04-small release-14.04-small; sleep 900; done'
191 '';
192 serviceConfig.Restart = "always";
193 serviceConfig.CPUShares = 100;
@@ -201,7 +201,7 @@
201 script =
202 ''
203 rm -rf /data/releases/nixos/14.12/.tmp-*
204 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-stable.sh 14.12; sleep 1200; done'
204 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-stable.sh 14.12; sleep 1200; done'
205 '';
206 serviceConfig.Restart = "always";
207 serviceConfig.CPUShares = 100;
@@ -215,7 +215,7 @@
215 script =
216 ''
217 rm -rf /data/releases/nixos/14.12-small/.tmp-*
218 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-branch.sh 14.12-small release-14.12-small; sleep 900; done'
218 + exec su - hydra-mirror -c 'cd nixos-channel-scripts; while true; do ./mirror-nixos-branch.sh 14.12-small release-14.12-small; sleep 900; done'
219 '';
220 serviceConfig.Restart = "always";
221 serviceConfig.CPUShares = 100;