X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=d7d6e4a13a917df498435426e9a6bbe94abbc307;hb=d0b9d5fdc267c30b1ceb29028c89f062e1900222;hp=162ae0b3e367c284fb6cd82a543771923c1650aa;hpb=d5c74d3f5ef9275eed00782216bc8c70c73c985a;p=lhc%2Fateliers.git diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 162ae0b..d7d6e4a 100644 --- a/etc/sv/openerp7_burette/local.sh +++ b/etc/sv/openerp7_burette/local.sh @@ -42,6 +42,7 @@ for db in \ autourducycle \ bretzselle \ changedechaine \ + convibicy \ cyclamaine \ cyclesetmanivelles \ cyclo_ivry \ @@ -50,6 +51,7 @@ for db in \ cyclofficine_angouleme \ dynamo \ etudesetchantiersidf \ + etudesetchantiersidf_test \ eturecup \ heureuxcyclage \ labecaneajules \ @@ -60,10 +62,12 @@ for db in \ mobilidees \ ocivelo \ ohcyclo \ + placeauvelo \ ptitvelo \ recupr \ repeyre \ rouepet \ + tousdeuxroues \ txirrindola \ velocampus_nantes \ velorution_idf \ @@ -104,6 +108,7 @@ for addon in \ cyclofficine_angouleme \ cyclofficine_ivry \ cyclofficine_paris_est \ + cyclofficine_pantin \ dynamo \ etudesetchantiersidf \ eturecup \ @@ -113,20 +118,20 @@ for addon in \ lechatperche \ lhc \ mobilidees \ + nrt_point_of_sale \ no_db_management \ - ocivelo \ ohcyclo \ pos_membership \ ptitvelo \ recupr \ repeyre \ + tousdeuxroues \ txirrindola \ remembership \ velocampus_nantes \ velorution_idf \ velosenville #vieuxbiclou_mpt - #cyclofficine_pantin \ do sudo install -d -m 2771 -o "$sv" -g "$sv"-addon \ "$home"/addon.d/"$addon" @@ -152,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" \\