[Erp5-report] r34253 leonardo - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 1 22:04:29 CEST 2010


Author: leonardo
Date: Thu Apr  1 22:04:28 2010
New Revision: 34253

URL: http://svn.erp5.org?rev=34253&view=rev
Log:
reuse part name so we don't have to fork profiles/software-definition.cfg for Zope 2.12

Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=34253&r1=34252&r2=34253&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Thu Apr  1 22:04:28 2010
@@ -43,22 +43,17 @@
 environment = mysql-python-env
 rpath =${software_definition:mysql_software}/lib/mysql/
 
-[products-distros]
-recipe = plone.recipe.distros
-urls =
-
-[products-repos]
+[products-deps]
 recipe = minitage.recipe.fetch
 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
     https://svn.plone.org/svn/collective/ExtFile/trunk|svn|| ExtFile
 
 [products]
 recipe = plone.recipe.command
 paths =
-	${products-distros:location}
-	${products-repos:location}
+	${products-deps:location}
 command =
   echo "Product folders: ${:paths}"
 update-command = ${:command}
@@ -124,6 +119,8 @@
 	ipython=ipython${python2.6:version}
 
 [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
 eggs = ${eggs:eggs}
 packages =




More information about the Erp5-report mailing list