Skip to content

Commit

Permalink
Merge cccf58f into f4e0844
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 4, 2018
2 parents f4e0844 + cccf58f commit b3f12ac
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions zope-ecosystem.cfg
@@ -0,0 +1,29 @@
# configuration installing packages and products from the wider Zope ecosystem
[buildout]
extends = buildout.cfg
allow-picked-versions = true
show-picked-versions = true
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 b3f12ac

Please sign in to comment.