From 8854469a6416a765318ce1f990efde6a7c28a759 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 31 Aug 2016 22:24:47 +0400 Subject: [PATCH] =?UTF-8?q?maj=20de=20la=20config=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ulib/runsmod.defaults | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/lib/ulib/runsmod.defaults b/lib/ulib/runsmod.defaults index c3aee3c..d75b162 100644 --- a/lib/ulib/runsmod.defaults +++ b/lib/ulib/runsmod.defaults @@ -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) -# 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) +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 + #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)