Commit c2ea8eae authored by Rafael Monnerat's avatar Rafael Monnerat

 Experimental Configuration file which use products as eggs instead of checkout into product folders. 
THIS IS NOT ENOUGH TESTED, USE IT ONLY FOR TEST PURPOSE.

For use it, extend your buildout with this configuration like:
extends = link/to/buildout-2.12.cfg
          link/to/sofware-profiles/products-as-eggs.cfg

In BOTH setups, software and instances.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43171 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f286f35e
# Experimental Configuration file which use products as eggs instead of
# checkout into product folders.
# THIS IS NOT ENOUGH TESTED, USE IT ONLY FOR TEST PURPOSE.
# For use it, extend your buildout with this configuration like:
# extends = link/to/buildout-2.12.cfg
# link/to/sofware-profiles/products-as-eggs.cfg
#
# In BOTH setups, software and instances.
#
[eggs]
eggs +=
Products.AGProjects
Products.CMFActivity
Products.CMFCategory
Products.ERP5
Products.ERP5Catalog
Products.ERP5Form
Products.ERP5Legacy
Products.ERP5OOo
Products.ERP5PropertySheetLegacy
Products.ERP5Security
Products.ERP5Subversion
Products.ERP5SyncML
Products.ERP5Type
Products.ERP5Wizard
Products.ERP5Workflow
Products.Formulator
Products.HBTreeFolder2
Products.MailTemplates
Products.PortalTransforms
Products.TimerService
Products.ZMySQLDA
Products.ZMySQLDDA
Products.ZSQLCatalog
# INCLUDE SHOULD WE Include LDAP by default?
[products-erp5]
# Skip
command = mkdir -p ${:location}
[products-erp5-development]
# Skip
command = mkdir -p ${:location}
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