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 =
parts +=
wkhtmltopdf
cloud-consulting-fix-products-paths
[eggs]
......@@ -12,6 +13,10 @@ eggs +=
google-api-python-client
suds
extra-paths +=
${cloud-consulting:location}
[erp5]
# Overload branch
repository = http://git.erp5.org/repos/erp5.git
......@@ -31,7 +36,12 @@ repository = http://git.erp5.org/repos/cloud-consulting.git
branch = hidden-question
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]
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