[Erp5-report] r40268 luke - /erp5/trunk/buildout/profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 15 14:28:34 CET 2010
Author: luke
Date: Mon Nov 15 14:28:34 2010
New Revision: 40268
URL: http://svn.erp5.org?rev=40268&view=rev
Log:
- stop reusing software definition of eggs
It contains procedures how to build eggs and in reality is not related directly
with instance configuration and triggers building of already built software in
instance directory.
Modified:
erp5/trunk/buildout/profiles/deployment-2.12.cfg
erp5/trunk/buildout/profiles/development-2.12.cfg
Modified: erp5/trunk/buildout/profiles/deployment-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment-2.12.cfg?rev=40268&r1=40267&r2=40268&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment-2.12.cfg [utf8] Mon Nov 15 14:28:34 2010
@@ -18,7 +18,6 @@ extends =
../instance-profiles/testing.cfg
../profiles/software-definition.cfg
../profiles/versions-2.12.cfg
- ../software-profiles/erp5-2.12.cfg
../profiles/common.cfg
parts =
@@ -32,9 +31,68 @@ python = software_definition
versions = versions
[eggs]
-scripts +=
+recipe = zc.recipe.egg
+scripts =
mkzopeinstance
runzope
+eggs =
+ Products.ExternalEditor
+ lxml
+ MySQL_python
+ python_ldap
+ PyXML
+ SOAPpy
+ cElementTree
+ elementtree
+ erp5diff
+ ipdb
+ mechanize
+ numpy
+ ordereddict
+ paramiko
+ ply
+ pysvn
+ python-memcached
+ pytz
+ simplejson
+ threadframe
+ timerserver
+ uuid
+ xml_marshaller
+ xupdate_processor
+ feedparser
+
+# Zope 2.12 with patched acquisition
+ Zope2
+ Acquisition
+
+# Other Zope 2 packages
+ Products.PluggableAuthService
+ Products.PluginRegistry
+
+# CMF 2.2
+ Products.CMFActionIcons
+ Products.CMFCalendar
+ Products.CMFCore
+ Products.CMFDefault
+ Products.CMFTopic
+ Products.CMFUid
+ Products.DCWorkflow
+ Products.GenericSetup
+ five.localsitemanager
+
+# Other products
+ Products.DCWorkflowGraph
+ Products.MimetypesRegistry
+ Products.ExternalEditor
+ Products.Zelenium
+
+# Currently forked in our repository
+# Products.PortalTransforms
+# Dependency for our fork of PortalTransforms
+ StructuredText
+extra-paths =
+ ${itools:lib}
[configuration]
supervisor_programs =
Modified: erp5/trunk/buildout/profiles/development-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development-2.12.cfg?rev=40268&r1=40267&r2=40268&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] Mon Nov 15 14:28:34 2010
@@ -39,9 +39,7 @@ mysql_user = test
mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance
# developer by default want to have updatable Data.fs
force-zodb-update = true
-eggs =
- Products.ExternalEditor
- ${eggs:eggs}
+eggs = ${eggs:eggs}
extra-paths = ${eggs:extra-paths}
# MySQL
More information about the Erp5-report
mailing list