Commit 07eafc94 authored by Łukasz Nowak's avatar Łukasz Nowak

Make Products.Vifib importable.

parent 6319e6e2
......@@ -149,6 +149,7 @@ parts =
# fix products path (Zeo needs ERP5 Products to be available for
# conflict resolution)
fix-products-paths
vifib-fix-products-paths
# some additional utils
slapos-toolbox
......@@ -211,6 +212,13 @@ command =
for DIR in "${erp5:location}"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command}
[vifib-fix-products-paths]
recipe = plone.recipe.command
stop-on-error = true
command =
for DIR in "${vifib:location}/master"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command}
[testrunner]
# XXX: Workaround for fact ERP5Type is not an distribution and does not
# expose entry point for test runner
......@@ -360,6 +368,7 @@ scripts =
extra-paths =
${erp5:location}
${vifib:location}/master
[cloudooo-repository]
branch = master
......
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