X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=61ae53771f7f64622b612d8ea788a069dfde1f38;hp=7544baf06adf6c2f43460e6c6e483d1a361906b6;hb=4cd6c9137933b99ac7906ba2997f82d980edc6fd;hpb=660440959864077f82ffbeb4a718947686e7ac1f diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 7544baf..61ae537 100644 --- a/etc/sv/openerp7_burette/local.sh +++ b/etc/sv/openerp7_burette/local.sh @@ -42,6 +42,9 @@ for db in \ autourducycle \ bretzselle \ changedechaine \ + choisir \ + convibicy \ + cyclamaine \ cyclesetmanivelles \ cyclo_ivry \ cyclo_pantin \ @@ -49,6 +52,7 @@ for db in \ cyclofficine_angouleme \ dynamo \ etudesetchantiersidf \ + etudesetchantiersidf_test \ eturecup \ heureuxcyclage \ labecaneajules \ @@ -56,12 +60,17 @@ for db in \ laptiterustine \ larouelibre \ lechatperche \ + lesjantesdunord \ + letriseratop \ mobilidees \ + ocivelo \ ohcyclo \ + placeauvelo \ ptitvelo \ recupr \ repeyre \ rouepet \ + tousdeuxroues \ txirrindola \ velocampus_nantes \ velorution_idf \ @@ -90,16 +99,23 @@ sudo adduser "$sv" postgres-data for addon in \ account_analytic_improvement \ account_export_csv \ + account_financial_report_webkit \ + account_move_line_nofilters \ + account_move_line_no_default_search \ + analytic_point_of_sale \ atelieretincelle \ bikecoop \ bikecoop_l10n_fr \ bikecoop_translations \ bretzselle \ changedechaine \ + choisir \ + cyclamaine \ cyclesetmanivelles \ cyclofficine_angouleme \ cyclofficine_ivry \ cyclofficine_paris_est \ + cyclofficine_pantin \ dynamo \ etudesetchantiersidf \ eturecup \ @@ -107,28 +123,30 @@ 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" sudo -u git git \ --git-dir ~git-data/burette/"$addon".git \ --work-tree="$home"/addon.d/"$addon" \ - checkout -f master + checkout -f 7.0 sudo -u git git \ --git-dir ~git-data/burette/"$addon".git \ --work-tree="$home"/addon.d/"$addon" \ @@ -147,11 +165,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" \\