]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[update_my*] s/old-note/bde-test/
authorVincent Le Gallic <legallic@crans.org>
Thu, 12 Mar 2015 02:31:40 +0000 (03:31 +0100)
committerVincent Le Gallic <legallic@crans.org>
Thu, 12 Mar 2015 02:31:40 +0000 (03:31 +0100)
update_myconfig.sh
update_myscripts.sh

index b7def2fdc05a5718681cee1bdac6fb4e2d64250c..aef9f2617f49c5fcd8fe04a5097242ff2792333f 100755 (executable)
@@ -14,7 +14,7 @@ then
 fi
 
 # Déclaration des machines, dont celles qui dépendent du localmode
-machines_behind_komaz="cerebro old-note bde2 bde3 videobde baldrick zamok rezosup acoeur vieux"
+machines_behind_komaz="cerebro bde-test bde2 bde3 videobde baldrick zamok rezosup acoeur vieux"
 other_machines="info22 pimeys quigon hexagon soyouz hal gladys${localmode} cabal${localmode}"
 
 # On accèdera aux machines derrière komaz via un seul proxy avec une connexion master
index b0185e6aedbbcb92396d5641cf0dfa5a97f66fc8..19791a978432b9ce121d95955fd7f6fd98db6610 100755 (executable)
@@ -18,7 +18,7 @@ echo "${color}sur eva:${endcolor} (localement)"
 cd ~/scripts
 git pull
 
-for i in zamok cerebro old-note bde2 pimeys cabal${localmode}
+for i in zamok cerebro bde-test bde2 pimeys cabal${localmode}
 do
     echo "${color}sur $i:${endcolor}"
     ssh $i 'cd scripts; git pull'