]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[update_my*] Ça y est, pimeys est migré
authorVincent Le Gallic <legallic@crans.org>
Thu, 12 Dec 2013 10:15:37 +0000 (11:15 +0100)
committerVincent Le Gallic <legallic@crans.org>
Thu, 12 Dec 2013 10:15:37 +0000 (11:15 +0100)
update_myconfig.sh
update_myscripts.sh

index ca2778be3d7e083a4a57cc00950b656802e104a1..7da0fc1f5822871e5f5f9c92e50c94ebfd6fb80c 100755 (executable)
@@ -11,7 +11,7 @@ echo "${color}sur eva:${endcolor}"
 cd ~/.myconfig
 git pull
 
-for i in cerebro cabal info22 bde bde2 bde3 videobde pimeys becue baldrick quigon hexagon zamok ovh rezosup
+for i in cerebro cabal info22 bde bde2 bde3 videobde pimeys baldrick quigon hexagon zamok ovh rezosup
 do
     echo "${color}sur $i:${endcolor}"
     ssh $i 'cd .myconfig; git pull'
index c270409fe8127c4c710440be31314419730a8293..4b207cfb39fb3187e873b931e64e46a2978e33f4 100755 (executable)
@@ -6,7 +6,7 @@
 color='\e[0;31m'
 endcolor='\e[0m'
 
-for i in eva zamok cerebro cabal bde pimeys becue
+for i in eva zamok cerebro cabal bde pimeys
 do
     echo "${color}sur $i:${endcolor}"
     ssh $i 'cd scripts; git pull'