[Erp5-report] r41869 kazuhiko - /erp5/trunk/buildout/profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 29 23:03:44 CET 2010


Author: kazuhiko
Date: Wed Dec 29 23:03:43 2010
New Revision: 41869

URL: http://svn.erp5.org?rev=41869&view=rev
Log:
backport from Zope-2.12 flavour. now runUnitTest installation is fine.

Modified:
    erp5/trunk/buildout/profiles/deployment.cfg
    erp5/trunk/buildout/profiles/development.cfg

Modified: erp5/trunk/buildout/profiles/deployment.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment.cfg?rev=41869&r1=41868&r2=41869&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Wed Dec 29 23:03:43 2010
@@ -21,6 +21,7 @@ extends =
   ../profiles/common.cfg
 
 parts =
+  eggs
   software-links
   mysql-instance
   cloudooo-instance
@@ -29,6 +30,43 @@ parts =
 
 versions = versions
 
+[eggs]
+recipe = zc.recipe.egg
+eggs =
+  itools
+  MySQL_python
+  python_ldap
+  pysvn
+  ClientForm
+  PyXML
+  SOAPpy
+  cElementTree
+  chardet
+  elementtree
+  erp5.recipe.mysqldatabase
+  erp5diff
+  ipdb
+  lxml
+  mechanize
+  numpy
+  ordereddict
+  paramiko
+  ply
+  python-ldap
+  python-magic
+  python-memcached
+  pytz
+  simplejson
+  threadframe
+  timerserver
+  urlnorm
+  uuid
+  xml_marshaller
+  xupdate_processor
+  feedparser
+extra-paths =
+  ${software_definition:zope_software}/lib/python
+
 [software-links]
 recipe = plone.recipe.command
 command =

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=41869&r1=41868&r2=41869&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Wed Dec 29 23:03:43 2010
@@ -21,7 +21,8 @@ development_site_instancehome = ${buildo
 
 [runUnitTest]
 <= test-runner-template
-zope2-location = ${software_definition:zope_software}
+eggs = ${development-site:eggs}
+extra-paths = ${development-site:extra-paths}
 products = ${configuration:development_site_products}
 
 instance-home = ${configuration:development_site_instancehome}



More information about the Erp5-report mailing list