Modifications : etc/sv/openerp7_burette/local.sh
[lhc/ateliers.git] / etc / sv / openerp7_burette / local.sh
index b764dd2..ce3bcc8 100644 (file)
@@ -59,9 +59,11 @@ for db in \
        laptiterustine \
        larouelibre \
        lechatperche \
+       lesjantesdunord \
        mobilidees \
        ocivelo \
        ohcyclo \
+       placeauvelo \
        ptitvelo \
        recupr \
        repeyre \
@@ -96,6 +98,7 @@ for addon in \
        account_analytic_improvement \
        account_export_csv \
        account_move_line_nofilters \
+       account_move_line_no_default_search \
        atelieretincelle \
        bikecoop \
        bikecoop_l10n_fr \
@@ -115,10 +118,11 @@ for addon in \
        laptiterustine \
        larouelibre \
        lechatperche \
+       lesjantesdunord \
        lhc \
        mobilidees \
+       nrt_point_of_sale \
        no_db_management \
-       ocivelo \
        ohcyclo \
        pos_membership \
        ptitvelo \
@@ -137,7 +141,7 @@ for addon in \
        sudo -u git git \
         --git-dir ~git-data/burette/"$addon".git \
         --work-tree="$home"/addon.d/"$addon" \
-        checkout -f master
+        checkout -f 7.0
        sudo -u git git \
         --git-dir ~git-data/burette/"$addon".git \
         --work-tree="$home"/addon.d/"$addon" \
@@ -156,11 +160,11 @@ for addon in \
         /home/git/data/burette/"$addon".git/hooks/post-update."$sv" <<-EOF
                #!/bin/sh -efux
                case \$1 in
-                (refs/heads/master)
+                (refs/heads/7.0)
                        git \\
                         --git-dir ~git-data/burette/"$addon".git \\
                         --work-tree="$home"/addon.d/"$addon" \\
-                        checkout -f master
+                        checkout -f 7.0
                        git \\
                         --git-dir ~git-data/burette/"$addon".git \\
                         --work-tree="$home"/addon.d/"$addon" \\