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 = ...@@ -26,7 +26,6 @@ parts =
supervisor-instance supervisor-instance
memcached-instance memcached-instance
python = software_definition
versions = versions versions = versions
[configuration] [configuration]
......
...@@ -38,9 +38,6 @@ extends = ...@@ -38,9 +38,6 @@ extends =
../profiles/common.cfg ../profiles/common.cfg
../profiles/software-common.cfg ../profiles/software-common.cfg
rebootstrap-section = python2.4
python = python2.4
versions = versions versions = versions
parts = parts =
...@@ -76,6 +73,7 @@ parts = ...@@ -76,6 +73,7 @@ parts =
oood oood
precache-eggs precache-eggs
pythonbin2.4 pythonbin2.4
bootstrap2.4
instance_template instance_template
# fonts # fonts
...@@ -95,3 +93,13 @@ mysql_software = ${mysql-tritonn-5.0:location} ...@@ -95,3 +93,13 @@ mysql_software = ${mysql-tritonn-5.0:location}
# instance setups as standard executable because all eggs are available only # instance setups as standard executable because all eggs are available only
# by this script and not into the binary. # by this script and not into the binary.
executable = ${:software_home}/bin/python2.4 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 ...@@ -16,6 +16,3 @@ Products.Zelenium >= 1.0.3
# official pysvn egg does not supports --include-dirs and # official pysvn egg does not supports --include-dirs and
# --library-dirs, so we use our modified version # --library-dirs, so we use our modified version
pysvn = 1.7.4nxd004 pysvn = 1.7.4nxd004
# Use new version of slapos.rebootstrap
slapos.rebootstrap >= 2.0
...@@ -29,3 +29,6 @@ xml-marshaller >= 0.9.2 ...@@ -29,3 +29,6 @@ xml-marshaller >= 0.9.2
distribute = distribute =
zc.buildout = zc.buildout =
setuptools = setuptools =
# Use new version of slapos.rebootstrap
slapos.rebootstrap >= 2.0
...@@ -13,6 +13,3 @@ lxml = 2.2.8 ...@@ -13,6 +13,3 @@ lxml = 2.2.8
#pysvn = 1.7.2 #pysvn = 1.7.2
# zc.recipe.egg is pinned as this is known compatible versions with # zc.recipe.egg is pinned as this is known compatible versions with
zc.recipe.egg = 1.2.2 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