Correction : openerp_cyclofficines : ne supprime pas les données secrètes à chaque...
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Fri, 25 Oct 2013 20:51:34 +0000 (22:51 +0200)
committerroot <root@ateliers.heureux-cyclage.org>
Fri, 25 Oct 2013 20:51:34 +0000 (22:51 +0200)
etc/sv/openerp_cyclofficines/local.sh

index bafe79e..8c3b0df 100644 (file)
@@ -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