X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=61ae53771f7f64622b612d8ea788a069dfde1f38;hb=4cd6c9137933b99ac7906ba2997f82d980edc6fd;hp=b764dd2d56a182b70ab98031ab0d1422b63d0bbc;hpb=2c4f2e53b0fc40db863b15dde421fbb801e1d1b3;p=lhc%2Fateliers.git diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index b764dd2..61ae537 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 \ + choisir \ convibicy \ cyclamaine \ cyclesetmanivelles \ @@ -59,9 +60,12 @@ for db in \ laptiterustine \ larouelibre \ lechatperche \ + lesjantesdunord \ + letriseratop \ mobilidees \ ocivelo \ ohcyclo \ + placeauvelo \ ptitvelo \ recupr \ repeyre \ @@ -95,13 +99,17 @@ 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 \ @@ -115,10 +123,11 @@ for addon in \ laptiterustine \ larouelibre \ lechatperche \ + lesjantesdunord \ lhc \ mobilidees \ + nrt_point_of_sale \ no_db_management \ - ocivelo \ ohcyclo \ pos_membership \ ptitvelo \ @@ -137,7 +146,7 @@ for addon in \ 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" \ @@ -156,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" \\