reuse part name so we don't have to fork profiles/software-definition.cfg for Zope 2.12

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34253 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dccd6b8e
...@@ -43,22 +43,17 @@ egg = MySQL-python ...@@ -43,22 +43,17 @@ egg = MySQL-python
environment = mysql-python-env environment = mysql-python-env
rpath =${software_definition:mysql_software}/lib/mysql/ rpath =${software_definition:mysql_software}/lib/mysql/
[products-distros] [products-deps]
recipe = plone.recipe.distros
urls =
[products-repos]
recipe = minitage.recipe.fetch recipe = minitage.recipe.fetch
urls = urls =
git://git.hforge.org/Localizer.git|git||Localizer git://git.hforge.org/Localizer.git|git|| Localizer
svn://svn.zope.org/repos/main/Zelenium/trunk|svn|| Zelenium svn://svn.zope.org/repos/main/Zelenium/trunk|svn|| Zelenium
https://svn.plone.org/svn/collective/ExtFile/trunk|svn|| ExtFile https://svn.plone.org/svn/collective/ExtFile/trunk|svn|| ExtFile
[products] [products]
recipe = plone.recipe.command recipe = plone.recipe.command
paths = paths =
${products-distros:location} ${products-deps:location}
${products-repos:location}
command = command =
echo "Product folders: ${:paths}" echo "Product folders: ${:paths}"
update-command = ${:command} update-command = ${:command}
...@@ -124,6 +119,8 @@ scripts = ...@@ -124,6 +119,8 @@ scripts =
ipython=ipython${python2.6:version} ipython=ipython${python2.6:version}
[omelette] [omelette]
# XXX don't use this part until this omelette bug is fixed:
# https://bugs.launchpad.net/collective.buildout/+bug/553005
recipe = collective.recipe.omelette recipe = collective.recipe.omelette
eggs = ${eggs:eggs} eggs = ${eggs:eggs}
packages = packages =
......
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