From b17f138503e3eaac1413ffe32b37a3646fc2de9a Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 7 Jun 2016 15:44:49 +0200 Subject: [PATCH] [deploy_config] override $USER, much easier bootstrap --- deploy_config.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy_config.sh b/deploy_config.sh index da01ff4..fc35303 100755 --- a/deploy_config.sh +++ b/deploy_config.sh @@ -4,6 +4,9 @@ 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