runsmod: corriger les valeurs par défaut pour les hôtes dans la bulle serveur

This commit is contained in:
Jephté Clain 2016-04-25 15:00:14 +04:00
parent ada36863be
commit 5d3e9fefd7
1 changed files with 2 additions and 2 deletions

View File

@ -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[@]}")