]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[update_myconfig] s/ovh/soyouz/ + précision que eva == localement
authorVincent Le Gallic <legallic@crans.org>
Tue, 18 Mar 2014 01:35:40 +0000 (02:35 +0100)
committerVincent Le Gallic <legallic@crans.org>
Tue, 18 Mar 2014 01:35:40 +0000 (02:35 +0100)
update_myconfig.sh

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