2016-04-24 18:50:20 +04:00
|
|
|
##@cooked comments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
|
|
|
## Valeurs par défaut pour runs.modules
|
|
|
|
##@cooked nocomments
|
|
|
|
##@require base
|
|
|
|
uprovide runsmod.defaults
|
|
|
|
|
|
|
|
# Ne pas supprimer la ligne ci-dessous
|
|
|
|
##--runsmod.defaults--
|
|
|
|
RUNSMOD_MODE=prod
|
2016-05-24 11:47:59 +04:00
|
|
|
RUNSMOD_SHALLOW=auto
|
2016-04-24 18:50:20 +04:00
|
|
|
RUNSMOD_UPDATE=auto
|
|
|
|
RUNSMOD_IDENTITY=
|
|
|
|
RUNSMOD_BASEURL=
|
2016-05-24 11:47:59 +04:00
|
|
|
RUNSMOD_SCRIPTS_URLS=(hosts/%h/runs hosts/%h/all//runs runss)
|
2016-08-31 11:21:09 +04:00
|
|
|
RUNSMOD_MODULES_URLS=(hosts/%h/modules/%m hosts/%h/%m hosts/%h/all modules/%m)
|
2016-08-30 14:11:54 +04:00
|
|
|
# quand on supportera %n
|
2016-08-31 11:21:09 +04:00
|
|
|
#RUNSMOD_MODULES_URLS=(hosts/%h/modules/%m hosts/%h/%m hosts/%h/all hosts/all/%n/%m modules/%m)
|
2016-05-24 11:47:59 +04:00
|
|
|
RUNSMOD_HOSTS_URLS=(runsh)
|
2016-04-24 18:50:20 +04:00
|
|
|
RUNSMOD_BASEDIR="$HOME/runs"
|
2016-08-30 16:15:25 +04:00
|
|
|
RUNSMOD_MAP=()
|
2016-05-24 11:47:59 +04:00
|
|
|
RUNSMOD_PROFILES=(pvcs vcs jclain)
|
2016-04-24 18:50:20 +04:00
|
|
|
|
|
|
|
# pvcs
|
2016-04-25 15:00:14 +04:00
|
|
|
RUNSMOD_pvcs_BASEURL=(http://pvcs.univ.run/anongit http://pvcs.univ-reunion.fr/anongit)
|
2016-04-24 18:50:20 +04:00
|
|
|
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[@]}")
|
|
|
|
RUNSMOD_pvcs_HOSTS_URLS=("${RUNSMOD_HOSTS_URLS[@]}")
|
2016-08-30 16:15:25 +04:00
|
|
|
RUNSMOD_pvcs_MAP=(
|
|
|
|
si/base-runs:"$HOME/wop/legacy-runs"
|
|
|
|
runss:"$HOME/wop/runs"
|
|
|
|
modules:"$HOME/wop/pmodules"
|
|
|
|
hosts:"$HOME/wop/hosts"
|
|
|
|
runsh:"$HOME/wop/hosts/all/hosts"
|
|
|
|
)
|
2016-04-24 18:50:20 +04:00
|
|
|
|
2016-05-24 11:47:59 +04:00
|
|
|
# vcs
|
|
|
|
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[@]}")
|
2016-08-30 16:15:25 +04:00
|
|
|
RUNSMOD_vcs_MAP=(
|
|
|
|
runss:"$HOME/wop/pruns"
|
|
|
|
modules:"$HOME/wop/modules"
|
|
|
|
hosts:"$HOME/wop/hosts"
|
|
|
|
runsh:"$HOME/wop/hosts/all/phosts"
|
|
|
|
)
|
2016-05-24 11:47:59 +04:00
|
|
|
|
2016-04-24 18:50:20 +04:00
|
|
|
# jclain
|
|
|
|
RUNSMOD_jclain_BASEURL=git@jclain.fr
|
|
|
|
RUNSMOD_jclain_SCRIPTS_URLS=("${RUNSMOD_SCRIPTS_URLS[@]}")
|
|
|
|
RUNSMOD_jclain_MODULES_URLS=("${RUNSMOD_MODULES_URLS[@]}")
|
|
|
|
RUNSMOD_jclain_HOSTS_URLS=("${RUNSMOD_HOSTS_URLS[@]}")
|
2016-08-30 16:15:25 +04:00
|
|
|
RUNSMOD_jclain_MAP=(
|
|
|
|
runss:"$HOME/wop/j/runs"
|
|
|
|
modules:"$HOME/wop/j/modules"
|
|
|
|
hosts:"$HOME/wop/j/hosts"
|
|
|
|
runsh:"$HOME/wop/j/hosts/all/hosts"
|
|
|
|
)
|