X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=e8ebbb2c97174662cf51e8bcbcbc4f4d85887484;hp=8349e98281d84681bd96133c24c56152e8ad00d6;hb=1fcde2f83e822802cca45627a277204b88318971;hpb=44326522f9d0d38063b9b5fb4e2bcd0cf44f562a diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 8349e98..e8ebbb2 100644 --- a/etc/sv/openerp7_burette/local.sh +++ b/etc/sv/openerp7_burette/local.sh @@ -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" \\