[Erp5-report] r44037 kazuhiko - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 8 11:00:34 CET 2011


Author: kazuhiko
Date: Tue Mar  8 11:00:34 2011
New Revision: 44037

URL: http://svn.erp5.org?rev=44037&view=rev
Log:
use python-2.7 for buildout process to create Zope-2.8 environment with python-2.4 and its eggs.

Modified:
    erp5/trunk/buildout/profiles/official.cfg
    erp5/trunk/buildout/software-profiles/erp5.cfg
    erp5/trunk/buildout/software-profiles/zope-2.8.cfg

Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=44037&r1=44036&r2=44037&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Tue Mar  8 11:00:34 2011
@@ -30,6 +30,7 @@ extends =
   ../software-profiles/w3-validator.cfg
   ../software-profiles/libreoffice-bin.cfg
   ../software-profiles/python-2.4.cfg
+  ../software-profiles/python-2.7.cfg
   ../software-profiles/rdiff-backup.cfg
   ../software-profiles/w3m.cfg
   ../software-profiles/varnish.cfg
@@ -86,14 +87,12 @@ parts =
   products-other
 
 [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
+python = python2.4
 
 [rebootstrap]
 # This is first version of python
-version = 1
-section = python2.4
+version = 2
+section = python2.7
 
 [software_definition]
 software_home = ${buildout:directory}

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=44037&r1=44036&r2=44037&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Mar  8 11:00:34 2011
@@ -129,6 +129,18 @@ scripts =
         python=${:interpreter}
         ipython=i${:interpreter}
 
+[mysql-python]
+python = python2.4
+
+[lxml-python]
+python = python2.4
+
+[python-ldap-python]
+python = python2.4
+
+[pysvn-python]
+python = python2.4
+
 [omelette]
 # XXX don't use this part until this omelette bug is fixed:
 # https://bugs.launchpad.net/collective.buildout/+bug/553005

Modified: erp5/trunk/buildout/software-profiles/zope-2.8.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/zope-2.8.cfg?rev=44037&r1=44036&r2=44037&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/zope-2.8.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/zope-2.8.cfg [utf8] Tue Mar  8 11:00:34 2011
@@ -1,10 +1,13 @@
 # based on https://svn.erp5.org/repos/public/experimental/erp5.buildout
 [buildout]
+extends=
+  python-2.4.cfg
 
 [zope-2.8]
 recipe = erp5.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.8.11/Zope-2.8.11-final.tgz
 md5sum = eff3e52d6ecde2d3669ea81e445b5a3a
+python = python2.4
 skip-fake-eggs =
   ClientForm
   mechanize



More information about the Erp5-report mailing list