Commit 5ea4e8b0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

more comments.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39124 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce02e91c
...@@ -15,8 +15,8 @@ SOAPpy = 0.12.0 ...@@ -15,8 +15,8 @@ SOAPpy = 0.12.0
Acquisition = 2.13.4nxd001 Acquisition = 2.13.4nxd001
Products.DCWorkflow = 2.2.1nxd001 Products.DCWorkflow = 2.2.1nxd001
# Zope KGS is incompatible with buildout 1.5.0 in case of distribute and # Zope Known Good Set is incompatible with buildout 1.5.0 in case of
# zc.buildout, and as ERP5 Appliance trunk wants to use the newest versions of # distribute and zc.buildout, and as ERP5 Appliance trunk wants to use
# buildout infrastructure clear the pin # the newest versions of buildout infrastructure clear the pin
distribute = distribute =
zc.buildout = zc.buildout =
# Common packages versions for all flavours # Common packages versions for all flavours
[versions] [versions]
# XXX refactor parts shared with versions.cfg into a common file # XXX refactor parts shared with versions.cfg into a common file
# 1.3.1 fixes environment leak
PyXML = 0.8.4 PyXML = 0.8.4
erp5_bt5_revision = ${:erp5_products_revision} erp5_bt5_revision = ${:erp5_products_revision}
erp5_products_revision = erp5_products_revision =
ipython = 0.10 ipython = 0.10
numpy = 1.3.0 numpy = 1.3.0
plone.recipe.zope2instance = 3.6 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 pysvn = 1.7.2
python-memcached = 1.45 # we are still using this old stable version.
rdiff-backup = 1.0.5 rdiff-backup = 1.0.5
# special version of z3c.recipe.openoffice with architecture autodetection # special version of z3c.recipe.openoffice with architecture autodetection
...@@ -21,4 +22,5 @@ erp5.recipe.mysqlserver >= 1.1.3 ...@@ -21,4 +22,5 @@ erp5.recipe.mysqlserver >= 1.1.3
erp5.recipe.sphinxserver >= 1.0.2 erp5.recipe.sphinxserver >= 1.0.2
erp5.recipe.standaloneinstance >= 0.4 erp5.recipe.standaloneinstance >= 0.4
hexagonit.recipe.cmmi >= 1.3.1 hexagonit.recipe.cmmi >= 1.3.1
python-memcached >= 1.45
xml-marshaller >= 0.9.2 xml-marshaller >= 0.9.2
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
extends = ../profiles/versions-common.cfg extends = ../profiles/versions-common.cfg
[versions] [versions]
# 0.20.8 is the latest version of itools that works with python-2.4.
itools = 0.20.8 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 lxml = 2.2.8
# Default ERP5 Appliance buildout is sticked to zc.buildout 1.4.4, as instance # 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 # generation is known not to work with zc.buildout >= 1.5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment