Modifications : etc/sv/openerp7_burette/local.sh
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 27 Jun 2016 10:12:16 +0000 (12:12 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 5 Jul 2016 08:54:28 +0000 (10:54 +0200)
etc/sv/openerp7_burette/local.sh

index 8349e98..e8ebbb2 100644 (file)
@@ -119,7 +119,6 @@ for addon in \
        mobilidees \
        nrt_point_of_sale \
        no_db_management \
-       ocivelo \
        ohcyclo \
        pos_membership \
        ptitvelo \
@@ -157,11 +156,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" \\