forked from plone/buildout.coredev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecosystem.cfg
101 lines (95 loc) · 2.51 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[buildout]
extends =
jenkins.cfg
always-accept-server-certificate = true
auto-checkout +=
plone.app.dexterity
plone.dexterity
plone.directives.form
plone.app.referenceablebehavior
# Needs pypi release
plone.schemaeditor
allow-hosts +=
*launchpad.net
test-eggs +=
collective.z3cform.datagridfield [test]
collective.z3cform.datetimewidget
five.grok
five.intid
plone.alterego
plone.app.dexterity [grok,test]
plone.app.lockingbehavior [tests]
plone.app.referenceablebehavior
plone.app.relationfield
plone.app.stagingbehavior [test]
plone.app.textfield [tests]
plone.app.versioningbehavior
plone.behavior
plone.dexterity [test]
plone.directives.dexterity
plone.directives.form
plone.formwidget.autocomplete
plone.formwidget.contenttree
plone.formwidget.namedfile
plone.namedfile [blobs]
plone.rfc822
plone.schemaeditor
plone.synchronize
z3c.batching
z3c.blobfile
z3c.formwidget.query
z3c.objpath
z3c.relationfield
[test-groups]
Dexterity =
collective.z3cform.datagridfield
collective.z3cform.datetimewidget
five.grok
five.intid
grokcore.annotation
grokcore.component
grokcore.formlib
grokcore.security
grokcore.site
grokcore.view
grokcore.viewlet
plone.alterego
plone.app.dexterity
plone.app.intid
plone.app.lockingbehavior
plone.app.referenceablebehavior
plone.app.relationfield
plone.app.stagingbehavior
plone.app.textfield
plone.app.versioningbehavior
plone.app.z3cform
plone.autoform
plone.behavior
plone.dexterity
plone.directives.dexterity
plone.directives.form
plone.folder
plone.formwidget.autocomplete
plone.formwidget.contenttree
plone.formwidget.namedfile
plone.namedfile
plone.rfc822
plone.schemaeditor
plone.supermodel
plone.z3cform
z3c.form
z3c.formwidget.query
z3c.relationfield
[alltests]
exclude +=
collective.z3cform.datagridfield-demo
mocker
rwproperty
wsgi-intercept
zc.relation
[sources]
plone.app.dexterity = git ${remotes:plone}/plone.app.dexterity.git pushurl=${remotes:plone_push}/plone.app.dexterity.git
plone.dexterity = git ${remotes:plone}/plone.dexterity.git pushurl=${remotes:plone_push}/plone.dexterity.git
plone.directives.form = git ${remotes:plone}/plone.directives.form.git pushurl=${remotes:plone_push}/plone.directives.form.git branch=1.x
plone.app.referenceablebehavior = git ${remotes:plone}/plone.app.referenceablebehavior.git pushurl=${remotes:plone_push}/plone.app.referenceablebehavior.form.git
plone.schemaeditor = git ${remotes:plone}/plone.schemaeditor.git pushurl=${remotes:plone_push}/plone.schemaeditor.git