-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
ecosystem.cfg
36 lines (32 loc) · 1.33 KB
/
ecosystem.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[buildout]
extends =
core.cfg
versions-ecosystem.cfg
# auto-checkout +=
# plone.app.mosaic
custom-eggs +=
collective.z3cform.datagridfield
# Not Py3 compatible:
# collective.z3cform.datetimewidget
plone.app.debugtoolbar
plone.app.mosaic
# Not Zope 5 compatible:
# plone.formwidget.autocomplete
# plone.formwidget.contenttree
# Still has Archetypes code, and requires unittest2:
# plone.formwidget.datetime
plone.jsonserializer
Products.PDBDebugMode
Products.PrintingMailHost
z3c.jbot
z3c.unconfigure
test-eggs =
# Let's only test our custom eggs.
${:custom-eggs}
collective.z3cform.datagridfield[test]
plone.app.mosaic[test]
[sources]
plone.app.mosaic = git ${remotes:plone}/plone.app.mosaic.git pushurl=${remotes:plone_push}/plone.app.mosaic.git branch=master
collective.z3cform.datagridfield = git ${remotes:collective}/collective.z3cform.datagridfield.git pushurl=${remotes:collective_push}/collective.z3cform.datagridfield.git branch=master
plone.app.debugtoolbar = git ${remotes:plone}/plone.app.debugtoolbar.git pushurl=${remotes:plone_push}/plone.app.debugtoolbar.git branch=master
Products.PDBDebugMode = git ${remotes:collective}/Products.PDBDebugMode.git pushurl=${remotes:collective_push}/Products.PDBDebugMode.git branch=master