From f300a271f6d763f22dd3de82d45385436de1f2a7 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 7 Jun 2016 15:46:22 +0200 Subject: [PATCH] Revert "[deploy_config] override $USER, much easier bootstrap" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit b17f138503e3eaac1413ffe32b37a3646fc2de9a. En fait ça marche pô :( --- deploy_config.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy_config.sh b/deploy_config.sh index fc35303..da01ff4 100755 --- a/deploy_config.sh +++ b/deploy_config.sh @@ -4,9 +4,6 @@ cd ~ test -d .myconfig && echo ".myconfig existe" && exit 1 -# On override la variable USER (oui c'est légal) pour pas avoir besoin -# de bootstraper un .ssh/config ni inclure l'user dans l'uri de git fetch -export USER="vincent" git clone ssh://cerebro.crans.org/git/fichiers_configuration_branchperso.git .myconfig cd .myconfig -- 2.39.2