[Erp5-report] r39120 luke - /erp5/trunk/buildout/profiles/versions.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 10:50:39 CEST 2010


Author: luke
Date: Thu Oct 14 10:50:37 2010
New Revision: 39120

URL: http://svn.erp5.org?rev=39120&view=rev
Log:
 - explain why zc.buildout and zc.recipe.egg are pinned

Modified:
    erp5/trunk/buildout/profiles/versions.cfg

Modified: erp5/trunk/buildout/profiles/versions.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions.cfg?rev=39120&r1=39119&r2=39120&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions.cfg [utf8] Thu Oct 14 10:50:37 2010
@@ -5,5 +5,9 @@ extends = ../profiles/versions-common.cf
 [versions]
 itools = 0.20.8
 lxml = 2.2.8
+# Default ERP5 Appliance buildout is sticked to zc.buildout 1.4.4, as instance
+# generation is known not to work with zc.buildout >= 1.5
+# zc.recipe.egg is pinned as this is known compatible versions with
+# zc.buildout from 1.4 branch
 zc.buildout = 1.4.4
 zc.recipe.egg = 1.2.2




More information about the Erp5-report mailing list