X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=d7d6e4a13a917df498435426e9a6bbe94abbc307;hb=d0b9d5fdc267c30b1ceb29028c89f062e1900222;hp=0e20375a12b730f7d80f4c31a20baeaed47eb9f1;hpb=cb1a3f5036841f7bbc353c21d1a66a2962070d76;p=lhc%2Fateliers.git diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 0e20375..d7d6e4a 100644 --- a/etc/sv/openerp7_burette/local.sh +++ b/etc/sv/openerp7_burette/local.sh @@ -51,6 +51,7 @@ for db in \ cyclofficine_angouleme \ dynamo \ etudesetchantiersidf \ + etudesetchantiersidf_test \ eturecup \ heureuxcyclage \ labecaneajules \ @@ -61,6 +62,7 @@ for db in \ mobilidees \ ocivelo \ ohcyclo \ + placeauvelo \ ptitvelo \ recupr \ repeyre \ @@ -116,8 +118,8 @@ for addon in \ lechatperche \ lhc \ mobilidees \ + nrt_point_of_sale \ no_db_management \ - ocivelo \ ohcyclo \ pos_membership \ ptitvelo \ @@ -155,11 +157,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" \\