[Erp5-report] r39124 kazuhiko - /erp5/trunk/buildout/profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 11:09:02 CEST 2010


Author: kazuhiko
Date: Thu Oct 14 11:08:57 2010
New Revision: 39124

URL: http://svn.erp5.org?rev=39124&view=rev
Log:
more comments.

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=39124&r1=39123&r2=39124&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-2.12.cfg [utf8] Thu Oct 14 11:08:57 2010
@@ -15,8 +15,8 @@ SOAPpy = 0.12.0
 Acquisition = 2.13.4nxd001
 Products.DCWorkflow = 2.2.1nxd001
 
-# Zope KGS 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
+# 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 =

Modified: erp5/trunk/buildout/profiles/versions-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-common.cfg?rev=39124&r1=39123&r2=39124&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-common.cfg [utf8] Thu Oct 14 11:08:57 2010
@@ -1,15 +1,16 @@
 # Common packages versions for all flavours
 [versions]
 # XXX refactor parts shared with versions.cfg into a common file
-# 1.3.1 fixes environment leak
 PyXML = 0.8.4
 erp5_bt5_revision = ${:erp5_products_revision}
 erp5_products_revision =
 ipython = 0.10
 numpy = 1.3.0
 plone.recipe.zope2instance = 3.6
+# official pysvn egg does not work with zc.recipe.egg, so we use our
+# modified version
 pysvn = 1.7.2
-python-memcached = 1.45
+# we are still using this old stable version.
 rdiff-backup = 1.0.5
 
 # special version of z3c.recipe.openoffice with architecture autodetection
@@ -21,4 +22,5 @@ erp5.recipe.mysqlserver >= 1.1.3
 erp5.recipe.sphinxserver >= 1.0.2
 erp5.recipe.standaloneinstance >= 0.4
 hexagonit.recipe.cmmi >= 1.3.1
+python-memcached >= 1.45
 xml-marshaller >= 0.9.2

Modified: erp5/trunk/buildout/profiles/versions.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions.cfg?rev=39124&r1=39123&r2=39124&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions.cfg [utf8] Thu Oct 14 11:08:57 2010
@@ -3,7 +3,10 @@
 extends = ../profiles/versions-common.cfg
 
 [versions]
+# 0.20.8 is the latest version of itools that works with python-2.4.
 itools = 0.20.8
+# we sometimes have troubles with downloading alpha/beta version of
+# lxml, and this is the lates stable version.
 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




More information about the Erp5-report mailing list