X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=52ac910a80a2e5a5e75b7a08c20acbb9354635fc;hp=2e8b1aec9b335e184f4d076dbbc8aded2b7affb6;hb=f0359d416c643a586535e1f74a61d0c48935ee10;hpb=0e37059972642d014cdd25f071db53e1abcafe4d diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 2e8b1ae..52ac910 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 \ @@ -58,9 +59,11 @@ for db in \ laptiterustine \ larouelibre \ lechatperche \ + lesjantesdunord \ mobilidees \ ocivelo \ ohcyclo \ + placeauvelo \ ptitvelo \ recupr \ repeyre \ @@ -106,6 +109,7 @@ for addon in \ cyclofficine_angouleme \ cyclofficine_ivry \ cyclofficine_paris_est \ + cyclofficine_pantin \ dynamo \ etudesetchantiersidf \ eturecup \ @@ -113,10 +117,11 @@ for addon in \ laptiterustine \ larouelibre \ lechatperche \ + lesjantesdunord \ lhc \ mobilidees \ + nrt_point_of_sale \ no_db_management \ - ocivelo \ ohcyclo \ pos_membership \ ptitvelo \ @@ -129,7 +134,6 @@ for addon in \ velorution_idf \ velosenville #vieuxbiclou_mpt - #cyclofficine_pantin \ do sudo install -d -m 2771 -o "$sv" -g "$sv"-addon \ "$home"/addon.d/"$addon" @@ -155,11 +159,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" \\