Commit 4b7dfd43 authored by Łukasz Nowak's avatar Łukasz Nowak

- 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.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40268 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 036259d3
...@@ -18,7 +18,6 @@ extends = ...@@ -18,7 +18,6 @@ extends =
../instance-profiles/testing.cfg ../instance-profiles/testing.cfg
../profiles/software-definition.cfg ../profiles/software-definition.cfg
../profiles/versions-2.12.cfg ../profiles/versions-2.12.cfg
../software-profiles/erp5-2.12.cfg
../profiles/common.cfg ../profiles/common.cfg
parts = parts =
...@@ -32,9 +31,68 @@ python = software_definition ...@@ -32,9 +31,68 @@ python = software_definition
versions = versions versions = versions
[eggs] [eggs]
scripts += recipe = zc.recipe.egg
scripts =
mkzopeinstance mkzopeinstance
runzope 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] [configuration]
supervisor_programs = supervisor_programs =
......
...@@ -39,9 +39,7 @@ mysql_user = test ...@@ -39,9 +39,7 @@ mysql_user = test
mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance
# developer by default want to have updatable Data.fs # developer by default want to have updatable Data.fs
force-zodb-update = true force-zodb-update = true
eggs = eggs = ${eggs:eggs}
Products.ExternalEditor
${eggs:eggs}
extra-paths = ${eggs:extra-paths} extra-paths = ${eggs:extra-paths}
# MySQL # MySQL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment