Commit a1c2e322 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove fix-products-paths that is no longer required with recent ERP5.

to migrate other repositories containing product/ but no Products/, you can do like the following :

* remove Products from .gitignore if exists
* make a symlink Products -> product
* git add Products && git commit

if the repository has no product/__init__.py, you can copy from erp5/product/__init__.py.
parent 8b4098dc
......@@ -122,9 +122,6 @@ parts =
erp5
genbt5list
# fix products path (Zeo needs ERP5 Products to be available for
# conflict resolution)
fix-products-paths
# some additional utils
slapos-toolbox
zodbanalyze
......@@ -323,14 +320,6 @@ repository = http://git.erp5.org/repos/erp5.git
branch = master
git-executable = ${git:location}/bin/git
[fix-products-paths]
recipe = plone.recipe.command
stop-on-error = true
dir = ${erp5:location}
command =
rm -f "${:dir}/Products" && ln -s product "${:dir}/Products" && touch "${:dir}/product/__init__.py"
update-command = ${:command}
[testrunner]
# XXX: Workaround for fact ERP5Type is not an distribution and does not
# expose entry point for test runner
......
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