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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 27 08:20:02 CEST 2010


Author: luke
Date: Fri Aug 27 08:20:00 2010
New Revision: 38047

URL: http://svn.erp5.org?rev=38047&view=rev
Log:
 - >= 0.6.14 is not resetting = 0.6.13, so just reset it (note: zc.buildout will be used in non development type since 1.5.0)

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

Modified: erp5/trunk/buildout/profiles/versions-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-2.12.cfg?rev=38047&r1=38046&r2=38047&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] Fri Aug 27 08:20:00 2010
@@ -16,6 +16,7 @@ SOAPpy = 0.12.0
 Acquisition =
 
 # Zope KGS is incompatible with buildout 1.5.0 in case of distribute and
-# zc.buildout
-distribute >= 0.6.14
-zc.buildout >= 1.5.0
+# zc.buildout, and as ERP5 Appliance trunk wants to use the newest versions of
+# buildout infrastructure clear the pin
+distribute =
+zc.buildout =




More information about the Erp5-report mailing list