[Erp5-report] r40872 lucas - /erp5/trunk/buildout/profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 29 13:32:11 CET 2010


Author: lucas
Date: Mon Nov 29 13:32:11 2010
New Revision: 40872

URL: http://svn.erp5.org?rev=40872&view=rev
Log:
Once the installation of Zope 2.8 must be the same of 2.12, we need to merge the versions of buildout infrastructure.

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

Modified: erp5/trunk/buildout/profiles/versions-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-2.12.cfg?rev=40872&r1=40871&r2=40872&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] Mon Nov 29 13:32:11 2010
@@ -12,10 +12,3 @@ Products.DCWorkflow = 2.2.1nxd001
 
 # 1.0.3 fixes bug https://bugs.launchpad.net/zelenium/+bug/673610
 Products.Zelenium >= 1.0.3
-
-# Zope Known Good Set is incompatible with buildout 1.5.0 in case of
-# distribute and zc.buildout, and as ERP5 Appliance trunk wants to use
-# the newest versions of buildout infrastructure clear the pin
-distribute =
-zc.buildout =
-setuptools =

Modified: erp5/trunk/buildout/profiles/versions-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-common.cfg?rev=40872&r1=40871&r2=40872&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-common.cfg [utf8] Mon Nov 29 13:32:11 2010
@@ -22,3 +22,10 @@ erp5.recipe.standaloneinstance >= 0.4.4
 hexagonit.recipe.cmmi >= 1.3.1
 python-memcached >= 1.45
 xml-marshaller >= 0.9.2
+
+# Zope Known Good Set is incompatible with buildout 1.5.0 in case of
+# distribute and zc.buildout, and as ERP5 Appliance trunk wants to use
+# the newest versions of buildout infrastructure clear the pin
+distribute =
+zc.buildout =
+setuptools =

Modified: erp5/trunk/buildout/profiles/versions.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions.cfg?rev=40872&r1=40871&r2=40872&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions.cfg [utf8] Mon Nov 29 13:32:11 2010
@@ -11,9 +11,5 @@ lxml = 2.2.8
 # official pysvn egg does not work with zc.recipe.egg, so we use our
 # modified version
 #pysvn = 1.7.2
-# 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