]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
Mirrorer les modifs de config sur tous les serveurs.
authorVincent Le Gallic <legallic@crans.org>
Sun, 29 Sep 2013 17:06:21 +0000 (19:06 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sun, 29 Sep 2013 17:06:21 +0000 (19:06 +0200)
update_myconfig.sh [new file with mode: 0755]

diff --git a/update_myconfig.sh b/update_myconfig.sh
new file mode 100755 (executable)
index 0000000..34216ea
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+# Pour mettre à jour les fichiers de configuration personnelle
+# sur toutes les machines où j'ai accès
+
+color='\e[0;31m'
+endcolor='\e[0m'
+
+# locally
+echo "${color}sur eva:${endcolor}"
+cd ~/.myconfig
+git pull
+
+for i in cerebro cabal info22 bde bde2 bde3 videobde pimeys baldrick quigon hexagon zamok ovh
+do
+    echo "${color}sur $i:${endcolor}"
+    ssh $i 'cd .myconfig; git pull'
+done
+
+echo "${color}Pas pu mettre à jour (FrowardAgent=no) :${endcolor} tahines, rasputin"