X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fsv%2Fopenerp7_burette%2Flocal.sh;h=e8ebbb2c97174662cf51e8bcbcbc4f4d85887484;hb=1fcde2f83e822802cca45627a277204b88318971;hp=1566f0aca499d7d099c7ed7600e413c7a8fceba3;hpb=dd34e0ba2a9db2b60c61c9818fc7a8233864cea2;p=lhc%2Fateliers.git diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 1566f0a..e8ebbb2 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 \ @@ -64,6 +66,7 @@ for db in \ recupr \ repeyre \ rouepet \ + tousdeuxroues \ txirrindola \ velocampus_nantes \ velorution_idf \ @@ -92,6 +95,7 @@ sudo adduser "$sv" postgres-data for addon in \ account_analytic_improvement \ account_export_csv \ + account_move_line_nofilters \ atelieretincelle \ bikecoop \ bikecoop_l10n_fr \ @@ -103,6 +107,7 @@ for addon in \ cyclofficine_angouleme \ cyclofficine_ivry \ cyclofficine_paris_est \ + cyclofficine_pantin \ dynamo \ etudesetchantiersidf \ eturecup \ @@ -112,20 +117,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" @@ -151,11 +156,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" \\