[Erp5-report] r32640 luke - in /erp5/trunk/buildout: ./ instance-profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 16:32:40 CET 2010


Author: luke
Date: Tue Feb 16 16:32:30 2010
New Revision: 32640

URL: http://svn.erp5.org?rev=32640&view=rev
Log:
 - eggs shall be available during software initalisation

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

Modified: erp5/trunk/buildout/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/development.cfg?rev=32640&r1=32639&r2=32640&view=diff
==============================================================================
--- erp5/trunk/buildout/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/development.cfg [utf8] Tue Feb 16 16:32:30 2010
@@ -15,8 +15,6 @@
 location = ${buildout:var-directory}/zope-instance
 
 eggs +=
-  ipdb
-  pysvn
   Products.ExternalEditor
 
 # until we will have more control over products we need to redefine to insert
@@ -40,7 +38,6 @@
 bt5 =
    erp5_base
    erp5_forge
-
 [requirements]
 binary +=
   svn

Modified: erp5/trunk/buildout/instance-profiles/zope.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope.cfg?rev=32640&r1=32639&r2=32640&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] Tue Feb 16 16:32:30 2010
@@ -17,22 +17,6 @@
   <timer-server>
     interval 5
   </timer-server>
-
-eggs =
-    MySQL-python
-    python-memcached
-    PyXML
-    ply
-    python-ldap
-    lxml
-    pytz
-    timerserver
-    erp5diff
-    mechanize
-    ClientForm
-    ${itools:egg}
-    numpy
-    simplejson
 
 products =
   ${cmf15:location}/CMF/

Modified: erp5/trunk/buildout/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/official.cfg?rev=32640&r1=32639&r2=32640&view=diff
==============================================================================
--- erp5/trunk/buildout/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/official.cfg [utf8] Tue Feb 16 16:32:30 2010
@@ -33,6 +33,7 @@
 
 parts =
   pythonbin
+  eggs
   apache
   memcached
 #  haproxy

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=32640&r1=32639&r2=32640&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Feb 16 16:32:30 2010
@@ -116,6 +116,26 @@
     svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 PluginRegistry
     http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final MimetypesRegistry
 
+[eggs]
+recipe = zc.recipe.egg
+eggs =
+  ${itools:egg}
+  ClientForm
+  MySQL-python
+  PyXML
+  erp5diff
+  ipdb
+  lxml
+  mechanize
+  numpy
+  ply
+  pysvn
+  python-ldap
+  python-memcached
+  pytz
+  simplejson
+  timerserver
+
 [requirements]
 development = /usr/include/glib-2.0/glib.h
 




More information about the Erp5-report mailing list