X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=52ac910a80a2e5a5e75b7a08c20acbb9354635fc;hb=f0359d416c643a586535e1f74a61d0c48935ee10;hp=5526bea9be85c0a1ceb76fd70f74041106739225;hpb=db414ba26238bc92e50c6a85a4a5d6ef3d3d1c5b;p=lhc%2Fateliers.git diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 5526bea..52ac910 100644 --- a/etc/sv/openerp7_burette/local.sh +++ b/etc/sv/openerp7_burette/local.sh @@ -42,6 +42,8 @@ for db in \ autourducycle \ bretzselle \ changedechaine \ + convibicy \ + cyclamaine \ cyclesetmanivelles \ cyclo_ivry \ cyclo_pantin \ @@ -49,6 +51,7 @@ for db in \ cyclofficine_angouleme \ dynamo \ etudesetchantiersidf \ + etudesetchantiersidf_test \ eturecup \ heureuxcyclage \ labecaneajules \ @@ -56,12 +59,16 @@ for db in \ laptiterustine \ larouelibre \ lechatperche \ + lesjantesdunord \ mobilidees \ + ocivelo \ ohcyclo \ + placeauvelo \ ptitvelo \ recupr \ repeyre \ rouepet \ + tousdeuxroues \ txirrindola \ velocampus_nantes \ velorution_idf \ @@ -89,16 +96,20 @@ sudo adduser "$sv" postgres-data for addon in \ account_analytic_improvement \ + account_export_csv \ + account_move_line_nofilters \ atelieretincelle \ bikecoop \ bikecoop_l10n_fr \ bikecoop_translations \ bretzselle \ changedechaine \ + cyclamaine \ cyclesetmanivelles \ cyclofficine_angouleme \ cyclofficine_ivry \ cyclofficine_paris_est \ + cyclofficine_pantin \ dynamo \ etudesetchantiersidf \ eturecup \ @@ -106,21 +117,23 @@ for addon in \ laptiterustine \ larouelibre \ lechatperche \ + lesjantesdunord \ lhc \ mobilidees \ + nrt_point_of_sale \ no_db_management \ 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" @@ -146,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" \\