maj de la config par défaut
This commit is contained in:
parent
f0a71e4598
commit
8854469a64
|
@ -11,14 +11,36 @@ RUNSMOD_SHALLOW=auto
|
||||||
RUNSMOD_UPDATE=auto
|
RUNSMOD_UPDATE=auto
|
||||||
RUNSMOD_IDENTITY=
|
RUNSMOD_IDENTITY=
|
||||||
RUNSMOD_BASEURL=
|
RUNSMOD_BASEURL=
|
||||||
RUNSMOD_SCRIPTS_URLS=(hosts/%h/runs hosts/%h/all//runs runss)
|
RUNSMOD_SCRIPTS_URLS=(
|
||||||
RUNSMOD_MODULES_URLS=(hosts/%h/modules/%m hosts/%h/%m hosts/%h/all modules/%m)
|
hosts/%h/runs
|
||||||
|
hosts/%h/all//runs
|
||||||
|
runss
|
||||||
|
)
|
||||||
|
RUNSMOD_MODULES_URLS=(
|
||||||
|
hosts/%h/modules/%m
|
||||||
|
hosts/%h/%m
|
||||||
|
hosts/%h/all//modules
|
||||||
|
hosts/%h/all
|
||||||
# quand on supportera %n
|
# quand on supportera %n
|
||||||
#RUNSMOD_MODULES_URLS=(hosts/%h/modules/%m hosts/%h/%m hosts/%h/all hosts/all/%n/%m modules/%m)
|
#hosts/all/%n/%m
|
||||||
RUNSMOD_HOSTS_URLS=(runsh)
|
modules/%m
|
||||||
|
)
|
||||||
|
RUNSMOD_HOSTS_URLS=(
|
||||||
|
runsh
|
||||||
|
)
|
||||||
RUNSMOD_BASEDIR="$HOME/runs"
|
RUNSMOD_BASEDIR="$HOME/runs"
|
||||||
RUNSMOD_MAP=()
|
RUNSMOD_MAP=(
|
||||||
RUNSMOD_PROFILES=(pvcs vcs jclain)
|
# mapping par défaut
|
||||||
|
runss:"$HOME/wop/runs"
|
||||||
|
modules:"$HOME/wop/modules"
|
||||||
|
hosts:"$HOME/wop/hosts"
|
||||||
|
runsh:"$HOME/wop/hosts/all/hosts"
|
||||||
|
)
|
||||||
|
RUNSMOD_PROFILES=(
|
||||||
|
pvcs
|
||||||
|
vcs
|
||||||
|
jclain
|
||||||
|
)
|
||||||
|
|
||||||
# pvcs
|
# pvcs
|
||||||
RUNSMOD_pvcs_BASEURL=(http://pvcs.univ.run/anongit http://pvcs.univ-reunion.fr/anongit)
|
RUNSMOD_pvcs_BASEURL=(http://pvcs.univ.run/anongit http://pvcs.univ-reunion.fr/anongit)
|
||||||
|
|
Loading…
Reference in New Issue