Commit 99302ff0 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

eos: include cloud-consulting product

parent c46b36cb
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
parts += parts +=
wkhtmltopdf wkhtmltopdf
cloud-consulting-fix-products-paths
[eggs] [eggs]
...@@ -12,6 +13,10 @@ eggs += ...@@ -12,6 +13,10 @@ eggs +=
google-api-python-client google-api-python-client
suds suds
extra-paths +=
${cloud-consulting:location}
[erp5] [erp5]
# Overload branch # Overload branch
repository = http://git.erp5.org/repos/erp5.git repository = http://git.erp5.org/repos/erp5.git
...@@ -31,7 +36,12 @@ repository = http://git.erp5.org/repos/cloud-consulting.git ...@@ -31,7 +36,12 @@ repository = http://git.erp5.org/repos/cloud-consulting.git
branch = hidden-question branch = hidden-question
revision = revision =
[cloud-consulting-fix-products-paths]
recipe = plone.recipe.command
stop-on-error = true
command =
for DIR in "${cloud-consulting:location}"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command}
[erp5_repository_list] [erp5_repository_list]
repository_id_list = erp5 eos cloud-consulting repository_id_list = erp5 eos cloud-consulting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment