From 5d3e9fefd778dafe945184d36c706cd70d95d33b Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 25 Apr 2016 15:00:14 +0400 Subject: [PATCH] =?UTF-8?q?runsmod:=20corriger=20les=20valeurs=20par=20d?= =?UTF-8?q?=C3=A9faut=20pour=20les=20h=C3=B4tes=20dans=20la=20bulle=20serv?= =?UTF-8?q?eur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ulib/runsmod.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ulib/runsmod.defaults b/lib/ulib/runsmod.defaults index 455dbb0..a1adc79 100644 --- a/lib/ulib/runsmod.defaults +++ b/lib/ulib/runsmod.defaults @@ -17,14 +17,14 @@ RUNSMOD_BASEDIR="$HOME/runs" RUNSMOD_PROFILES=(vcs pvcs jclain) # vcs -RUNSMOD_vcs_BASEURL=http://vcs.univ-reunion.fr/anongit +RUNSMOD_vcs_BASEURL=(http://vcs.univ.run/anongit http://vcs.univ-reunion.fr/anongit) RUNSMOD_vcs_devel_BASEURL=git@vcs.univ.run RUNSMOD_vcs_SCRIPTS_URLS=("${RUNSMOD_SCRIPTS_URLS[@]}") RUNSMOD_vcs_MODULES_URLS=("${RUNSMOD_MODULES_URLS[@]}") RUNSMOD_vcs_HOSTS_URLS=("${RUNSMOD_HOSTS_URLS[@]}") # pvcs -RUNSMOD_pvcs_BASEURL=http://pvcs.univ-reunion.fr/anongit +RUNSMOD_pvcs_BASEURL=(http://pvcs.univ.run/anongit http://pvcs.univ-reunion.fr/anongit) RUNSMOD_pvcs_devel_BASEURL=pgit@vcs.univ.run RUNSMOD_pvcs_SCRIPTS_URLS=("${RUNSMOD_SCRIPTS_URLS[@]}" si/base-runs) RUNSMOD_pvcs_MODULES_URLS=("${RUNSMOD_MODULES_URLS[@]}")