@cryptotaxi247 / infra / commits / 764791ee

* Additional machines to update.

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

Eelco Dolstra committed Mar 16, 2007 at 16:30 UTC 764791eee73eed7dc6a6b16cc042f531e0248e56
1 file changed +1 -1
mass-update.sh
+1 -1
@@ -2,7 +2,7 @@
2
3 export SSH_AUTH_SOCK= # hack
4
5 -for i in 127.0.0.1 192.168.1.13 192.168.1.14 "127.0.0.1 -p 2222"; do
5 +for i in 127.0.0.1 192.168.1.12 192.168.1.13 192.168.1.14 192.168.1.15 "127.0.0.1 -p 2222"; do
6 echo "=== Updating $i ==="
7 ssh -i /root/.ssh/id_mass_update root@$i sh --login -c '"cd /etc/nixos && svn up nixos nixpkgs configurations release && nix-channel --update && nixos-rebuild switch"'
8 done