[Erp5-report] r44040 kazuhiko - /erp5/trunk/buildout/software-profiles/erp5.cfg

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


Author: kazuhiko
Date: Tue Mar  8 11:12:10 2011
New Revision: 44040

URL: http://svn.erp5.org?rev=44040&view=rev
Log:
use python2.4 in precache-eggs target.

Modified:
    erp5/trunk/buildout/software-profiles/erp5.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=44040&r1=44039&r2=44040&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Mar  8 11:12:10 2011
@@ -80,6 +80,7 @@ command = ${subversion:location}/bin/svn
 
 [eggs]
 recipe = zc.recipe.egg
+python = python2.4
 eggs =
   ${itools:egg}
   ${mysql-python:egg}
@@ -115,7 +116,6 @@ eggs =
   xupdate_processor
   feedparser
 
-python = python2.4
 extra-paths =
   ${zope-2.8:location}/lib/python
 # shut down script generation. Other parts can generate scripts as needed by
@@ -150,5 +150,6 @@ packages =
       ${itools:lib} .
 
 [precache-eggs]
+python = python2.4
 eggs +=
   plone.recipe.zope2zeoserver



More information about the Erp5-report mailing list