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_IDENTITY=
|
||||
RUNSMOD_BASEURL=
|
||||
RUNSMOD_SCRIPTS_URLS=(hosts/%h/runs hosts/%h/all//runs runss)
|
||||
RUNSMOD_MODULES_URLS=(hosts/%h/modules/%m hosts/%h/%m hosts/%h/all modules/%m)
|
||||
RUNSMOD_SCRIPTS_URLS=(
|
||||
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
|
||||
#RUNSMOD_MODULES_URLS=(hosts/%h/modules/%m hosts/%h/%m hosts/%h/all hosts/all/%n/%m modules/%m)
|
||||
RUNSMOD_HOSTS_URLS=(runsh)
|
||||
#hosts/all/%n/%m
|
||||
modules/%m
|
||||
)
|
||||
RUNSMOD_HOSTS_URLS=(
|
||||
runsh
|
||||
)
|
||||
RUNSMOD_BASEDIR="$HOME/runs"
|
||||
RUNSMOD_MAP=()
|
||||
RUNSMOD_PROFILES=(pvcs vcs jclain)
|
||||
RUNSMOD_MAP=(
|
||||
# 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
|
||||
RUNSMOD_pvcs_BASEURL=(http://pvcs.univ.run/anongit http://pvcs.univ-reunion.fr/anongit)
|
||||
|
|
Loading…
Reference in New Issue