Skip to content

Commit

Permalink
Add a configuration to run zope including some optional Products.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 4, 2018
1 parent f4e0844 commit dfb876c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions zope-ecosystem.cfg
@@ -0,0 +1,27 @@
# configuration installing packages and products from the wider Zope ecosystem
[buildout]
extends = buildout.cfg
additional_packages =
Products.CMFCore
Products.MailHost
Products.PythonScripts
Products.Sessions
Products.SiteErrorLog
Products.TemporaryFolder
auto-checkout +=
Products.CMFCore

[sources]
Products.CMFCore = git ${remotes:github}/Products.CMFCore pushurl=${remotes:github_push}/Products.CMFCore

[scripts]
eggs += ${buildout:additional_packages}

[zopescripts]
eggs += ${buildout:additional_packages}

[allpy]
eggs += ${buildout:additional_packages}

[alltests]
eggs += ${buildout:additional_packages}

0 comments on commit dfb876c

Please sign in to comment.