From 93d424eb22e8e09921cf6b189fd9bbd67d3f6b14 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Fri, 25 Oct 2013 22:51:34 +0200 Subject: [PATCH] =?utf8?q?Correction=20:=20openerp=5Fcyclofficines=20:=20n?= =?utf8?q?e=20supprime=20pas=20les=20donn=C3=A9es=20secr=C3=A8tes=20=C3=A0?= =?utf8?q?=20chaque=20m=C3=A0j.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/sv/openerp_cyclofficines/local.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/sv/openerp_cyclofficines/local.sh b/etc/sv/openerp_cyclofficines/local.sh index bafe79e..8c3b0df 100644 --- a/etc/sv/openerp_cyclofficines/local.sh +++ b/etc/sv/openerp_cyclofficines/local.sh @@ -63,6 +63,7 @@ for addon in \ bikecoop_l10n_fr \ pos_membership \ remembership \ + cyclofficine_ivry \ cyclofficine_paris_est do sudo install -d -m 2771 -o "$sv" -g "$sv"-addon \ @@ -74,7 +75,7 @@ for addon in \ sudo -u git git \ --git-dir ~git-data/burette/"$addon".git \ --work-tree="$home"/addon.d/"$addon" \ - clean -d -f -f -x + clean -d -e sec/ -f -f -x sudo chmod a-x \ /home/git/pub/burette/"$addon".git/hooks/post-update.sample sudo install -m 550 -o git -g git /dev/stdin \ @@ -97,10 +98,9 @@ for addon in \ git \\ --git-dir ~git-data/burette/"$addon".git \\ --work-tree="$home"/addon.d/"$addon" \\ - clean -d -f -f -x + clean -d -e sec/ -f -f -x #sv restart "$sv" ;; esac EOF done -exit 42 -- 2.20.1