From 5ea4e8b090b686120517e4479cd369cf80a222ed Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Thu, 14 Oct 2010 09:08:57 +0000
Subject: [PATCH] more comments.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39124 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/profiles/versions-2.12.cfg   | 6 +++---
 buildout/profiles/versions-common.cfg | 6 ++++--
 buildout/profiles/versions.cfg        | 3 +++
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/buildout/profiles/versions-2.12.cfg b/buildout/profiles/versions-2.12.cfg
index c11a6e880b..0fa18df0e0 100644
--- a/buildout/profiles/versions-2.12.cfg
+++ b/buildout/profiles/versions-2.12.cfg
@@ -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 =
diff --git a/buildout/profiles/versions-common.cfg b/buildout/profiles/versions-common.cfg
index 76fa9582dc..af4dcde0c9 100644
--- a/buildout/profiles/versions-common.cfg
+++ b/buildout/profiles/versions-common.cfg
@@ -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
diff --git a/buildout/profiles/versions.cfg b/buildout/profiles/versions.cfg
index 3a06dc61b5..3aea9da6ef 100644
--- a/buildout/profiles/versions.cfg
+++ b/buildout/profiles/versions.cfg
@@ -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
-- 
2.30.9