Commit 17d37d49 authored by Lucas Carvalho's avatar Lucas Carvalho

Applied same changes done by Luke on r40977 for Zope 2.8

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41004 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8efee242
......@@ -26,7 +26,6 @@ parts =
supervisor-instance
memcached-instance
python = software_definition
versions = versions
[configuration]
......
......@@ -38,9 +38,6 @@ extends =
../profiles/common.cfg
../profiles/software-common.cfg
rebootstrap-section = python2.4
python = python2.4
versions = versions
parts =
......@@ -76,6 +73,7 @@ parts =
oood
precache-eggs
pythonbin2.4
bootstrap2.4
instance_template
# fonts
......@@ -95,3 +93,13 @@ mysql_software = ${mysql-tritonn-5.0:location}
# instance setups as standard executable because all eggs are available only
# by this script and not into the binary.
executable = ${:software_home}/bin/python2.4
[bootstrap2.4]
# as bootstrap in python software does not know that slapos.rebootstrap >= 2.0
# is used it is required to go back to default -- use own version of python
python = buildout
[rebootstrap]
# This is first version of python
version = 1
section = python2.4
......@@ -16,6 +16,3 @@ Products.Zelenium >= 1.0.3
# official pysvn egg does not supports --include-dirs and
# --library-dirs, so we use our modified version
pysvn = 1.7.4nxd004
# Use new version of slapos.rebootstrap
slapos.rebootstrap >= 2.0
......@@ -29,3 +29,6 @@ xml-marshaller >= 0.9.2
distribute =
zc.buildout =
setuptools =
# Use new version of slapos.rebootstrap
slapos.rebootstrap >= 2.0
......@@ -13,6 +13,3 @@ lxml = 2.2.8
#pysvn = 1.7.2
# zc.recipe.egg is pinned as this is known compatible versions with
zc.recipe.egg = 1.2.2
# use well known version of slapos.rebootstrap, 1.0
slapos.rebootstrap = 1.0
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