forked from plone/buildout.coredev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.cfg
182 lines (175 loc) · 20.9 KB
/
sources.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# auto-checkout has moved to checkouts.cfg so it's easier to extend sources.cfg
[remotes]
# (Repository locations)
########################
# Plone
plone = git://github.com/plone
plone_push = [email protected]:plone
svn_plone = https://svn.plone.org/svn/plone
#svn_plone = http://svn.plone.org/svn/plone
# Collective
collective = git://github.com/collective
collective_push = [email protected]:collective
svn_collective = https://svn.plone.org/svn/collective
#svn_collective = http://svn.plone.org/svn/collective
# Zope
zope = svn://svn.zope.org/repos/main
#zope = svn+ssh://svn.zope.org/repos/main
zopegit = git://github.com/zopefoundation
zopegit_push = [email protected]:zopefoundation
[sources]
Zope2 = git ${remotes:zopegit}/Zope.git pushurl=${remotes:zopegit_push}/Zope.git branch=2.13
ZODB3 = svn ${remotes:zope}/ZODB/branches/3.10
Plone = git ${remotes:plone}/Plone.git pushurl=${remotes:plone_push}/Plone.git branch=4.3.x
archetypes.querywidget = git ${remotes:plone}/archetypes.querywidget.git pushurl=${remotes:plone_push}/archetypes.querywidget.git
archetypes.referencebrowserwidget = git ${remotes:plone}/archetypes.referencebrowserwidget.git pushurl=${remotes:plone_push}/archetypes.referencebrowserwidget.git branch=2.4.x
archetypes.schemaextender = git ${remotes:plone}/archetypes.schemaextender.git pushurl=${remotes:plone_push}/archetypes.schemaextender.git
borg.localrole = git ${remotes:plone}/borg.localrole.git pushurl=${remotes:plone_push}/borg.localrole.git branch=3.0.x
collective.monkeypatcher = git ${remotes:plone}/collective.monkeypatcher.git pushurl=${remotes:plone_push}/collective.monkeypatcher.git
collective.testcaselayer = git ${remotes:collective}/collective.testcaselayer.git pushurl=${remotes:collective_push}/collective.testcaselayer.git
collective.z3cform.datetimewidget = git ${remotes:collective}/collective.z3cform.datetimewidget.git pushurl=${remotes:collective_push}/collective.z3cform.datetimewidget.git
collective.xmltestreport = git ${remotes:collective}/collective.xmltestreport.git pushurl=${remotes:collective_push}/collective.xmltestreport.git
diazo = git ${remotes:plone}/diazo.git pushurl=${remotes:plone_push}/diazo.git
five.customerize = git ${remotes:zopegit}/five.customerize.git pushurl=${remotes:zopegit_push}/five.customerize.git
five.formlib = git ${remotes:zopegit}/five.formlib.git
five.localsitemanager = git ${remotes:zopegit}/five.localsitemanager.git
plone.alterego = git ${remotes:plone}/plone.alterego.git pushurl=${remotes:plone_push}/plone.alterego.git
plone.autoform = git ${remotes:plone}/plone.autoform.git pushurl=${remotes:plone_push}/plone.autoform.git
plone.batching = git ${remotes:plone}/plone.batching.git pushurl=${remotes:plone_push}/plone.batching.git
plone.behavior = git ${remotes:plone}/plone.behavior.git pushurl=${remotes:plone_push}/plone.behavior.git
plone.browserlayer = git ${remotes:plone}/plone.browserlayer.git pushurl=${remotes:plone_push}/plone.browserlayer.git
plone.caching = git ${remotes:plone}/plone.caching.git pushurl=${remotes:plone_push}/plone.caching.git branch=master
plone.cachepurging = git ${remotes:plone}/plone.cachepurging.git pushurl=${remotes:plone_push}/plone.cachepurging.git
plone.contentrules = git ${remotes:plone}/plone.contentrules.git pushurl=${remotes:plone_push}/plone.contentrules.git
plone.dexterity = git ${remotes:plone}/plone.dexterity.git pushurl=${remotes:plone_push}/plone.dexterity.git
plone.fieldsets = git ${remotes:plone}/plone.fieldsets.git pushurl=${remotes:plone_push}/plone.fieldsets.git
plone.folder = git ${remotes:plone}/plone.folder.git pushurl=${remotes:plone_push}/plone.folder.git
plone.i18n = git ${remotes:plone}/plone.i18n.git pushurl=${remotes:plone_push}/plone.i18n.git
plone.indexer = git ${remotes:plone}/plone.indexer.git pushurl=${remotes:plone_push}/plone.indexer.git
plone.intelligenttext = git ${remotes:plone}/plone.intelligenttext.git pushurl=${remotes:plone_push}/plone.intelligenttext.git
plone.keyring = git ${remotes:plone}/plone.keyring.git pushurl=${remotes:plone_push}/plone.keyring.git
plone.locking = git ${remotes:plone}/plone.locking.git pushurl=${remotes:plone_push}/plone.locking.git
plone.memoize = git ${remotes:plone}/plone.memoize.git pushurl=${remotes:plone_push}/plone.memoize.git
plone.namedfile = git ${remotes:plone}/plone.namedfile.git pushurl=${remotes:plone_push}/plone.namedfile.git branch=2.0.x
plone.openid = git ${remotes:plone}/plone.openid.git pushurl=${remotes:plone_push}/plone.openid.git
plone.outputfilters = git ${remotes:plone}/plone.outputfilters.git pushurl=${remotes:plone_push}/plone.outputfilters.git
plone.portlets = git ${remotes:plone}/plone.portlets.git pushurl=${remotes:plone_push}/plone.portlets.git
plone.protect = git ${remotes:plone}/plone.protect.git pushurl=${remotes:plone_push}/plone.protect.git branch=2.x
plone.registry = git ${remotes:plone}/plone.registry.git pushurl=${remotes:plone_push}/plone.registry.git
plone.reload = git https://github.com/hannosch/plone.reload
plone.resource = git ${remotes:plone}/plone.resource.git pushurl=${remotes:plone_push}/plone.resource.git
plone.resourceeditor = git ${remotes:plone}/plone.resourceeditor.git pushurl=${remotes:plone_push}/plone.resourceeditor.git
plone.rfc822 = git ${remotes:plone}/plone.rfc822.git pushurl=${remotes:plone_push}/plone.rfc822.git
plone.scale = git ${remotes:plone}/plone.scale.git pushurl=${remotes:plone_push}/plone.scale.git
plone.schemaeditor = git ${remotes:plone}/plone.schemaeditor.git pushurl=${remotes:plone_push}/plone.schemaeditor.git branch=1.3.x
plone.session = git ${remotes:plone}/plone.session.git pushurl=${remotes:plone_push}/plone.session.git
plone.stringinterp = git ${remotes:plone}/plone.stringinterp.git pushurl=${remotes:plone_push}/plone.stringinterp.git branch=1.0.x
plone.subrequest = git ${remotes:plone}/plone.subrequest.git pushurl=${remotes:plone_push}/plone.subrequest.git
plone.supermodel = git ${remotes:plone}/plone.supermodel.git pushurl=${remotes:plone_push}/plone.supermodel.git
plone.synchronize = git ${remotes:plone}/plone.synchronize.git pushurl=${remotes:plone_push}/plone.synchronize.git
plone.testing = git ${remotes:plone}/plone.testing.git pushurl=${remotes:plone_push}/plone.testing.git
plone.theme = git ${remotes:plone}/plone.theme.git pushurl=${remotes:plone_push}/plone.theme.git
plone.transformchain = git ${remotes:plone}/plone.transformchain.git pushurl=${remotes:plone_push}/plone.transformchain.git
plone.uuid = git ${remotes:plone}/plone.uuid.git pushurl=${remotes:plone_push}/plone.uuid.git
plone.z3cform = git ${remotes:zopegit}/plone.z3cform.git pushurl=${remotes:zopegit_push}/plone.z3cform.git
plone.app.blob = git ${remotes:plone}/plone.app.blob.git pushurl=${remotes:plone_push}/plone.app.blob.git
plone.app.caching = git ${remotes:plone}/plone.app.caching.git pushurl=${remotes:plone_push}/plone.app.caching.git branch=1.1.x
plone.app.collection = git ${remotes:plone}/plone.app.collection.git pushurl=${remotes:plone_push}/plone.app.collection.git branch=1.0.x
plone.app.content = git ${remotes:plone}/plone.app.content.git pushurl=${remotes:plone_push}/plone.app.content.git branch=2.1.x
plone.app.contentlisting = git ${remotes:plone}/plone.app.contentlisting.git pushurl=${remotes:plone_push}/plone.app.contentlisting.git branch=1.0.x
plone.app.contentmenu = git ${remotes:plone}/plone.app.contentmenu.git pushurl=${remotes:plone_push}/plone.app.contentmenu.git branch=2.0.x
plone.app.contentrules = git ${remotes:plone}/plone.app.contentrules.git pushurl=${remotes:plone_push}/plone.app.contentrules.git
plone.app.contenttypes = git ${remotes:plone}/plone.app.contenttypes.git pushurl=${remotes:plone_push}/plone.app.contenttypes.git
plone.app.controlpanel = git ${remotes:plone}/plone.app.controlpanel.git pushurl=${remotes:plone_push}/plone.app.controlpanel.git branch=2.3.x
plone.app.customerize = git ${remotes:plone}/plone.app.customerize.git pushurl=${remotes:plone_push}/plone.app.customerize.git branch=1.2.x
plone.app.dexterity = git ${remotes:plone}/plone.app.dexterity.git pushurl=${remotes:plone_push}/plone.app.dexterity.git branch=2.0.x
plone.app.discussion = git ${remotes:plone}/plone.app.discussion.git pushurl=${remotes:plone_push}/plone.app.discussion.git branch=2.2.x
plone.app.folder = git ${remotes:plone}/plone.app.folder.git pushurl=${remotes:plone_push}/plone.app.folder.git
plone.app.form = git ${remotes:plone}/plone.app.form.git pushurl=${remotes:plone_push}/plone.app.form.git branch=2.2.x
plone.app.i18n = git ${remotes:plone}/plone.app.i18n.git pushurl=${remotes:plone_push}/plone.app.i18n.git
plone.app.imaging = git ${remotes:plone}/plone.app.imaging.git pushurl=${remotes:plone_push}/plone.app.imaging.git branch=1.0.x
plone.app.iterate = git ${remotes:plone}/plone.app.iterate.git pushurl=${remotes:plone_push}/plone.app.iterate.git branch=2.1.x
plone.app.jquery = git ${remotes:plone}/plone.app.jquery.git pushurl=${remotes:plone_push}/plone.app.jquery.git branch=1.7
plone.app.jquerytools = git ${remotes:plone}/plone.app.jquerytools.git pushurl=${remotes:plone_push}/plone.app.jquerytools.git
plone.app.layout = git ${remotes:plone}/plone.app.layout.git pushurl=${remotes:plone_push}/plone.app.layout.git branch=2.3.x
plone.app.linkintegrity = git ${remotes:plone}/plone.app.linkintegrity.git pushurl=${remotes:plone_push}/plone.app.linkintegrity.git branch=1.5.x
plone.app.locales = git ${remotes:collective}/plone.app.locales.git pushurl=${remotes:collective_push}/plone.app.locales.git
plone.app.openid = git ${remotes:plone}/plone.app.openid.git pushurl=${remotes:plone_push}/plone.app.openid.git
plone.app.portlets = git ${remotes:plone}/plone.app.portlets.git pushurl=${remotes:plone_push}/plone.app.portlets.git branch=2.4.x
plone.app.querystring = git ${remotes:plone}/plone.app.querystring.git pushurl=${remotes:plone_push}/plone.app.querystring.git
plone.app.redirector = git ${remotes:plone}/plone.app.redirector.git pushurl=${remotes:plone_push}/plone.app.redirector.git branch=1.2.x
plone.app.registry = git ${remotes:plone}/plone.app.registry.git pushurl=${remotes:plone_push}/plone.app.registry.git
plone.app.search = git ${remotes:plone}/plone.app.search.git pushurl=${remotes:plone_push}/plone.app.search.git branch=1.1.x
plone.app.testing = git ${remotes:plone}/plone.app.testing.git pushurl=${remotes:plone_push}/plone.app.testing.git branch=4.2.x
plone.app.textfield = git ${remotes:plone}/plone.app.textfield.git pushurl=${remotes:plone_push}/plone.app.textfield.git
plone.app.theming = git ${remotes:plone}/plone.app.theming.git pushurl=${remotes:plone_push}/plone.app.theming.git branch=1.1.x
plone.app.upgrade = git ${remotes:plone}/plone.app.upgrade.git pushurl=${remotes:plone_push}/plone.app.upgrade.git
plone.app.users = git ${remotes:plone}/plone.app.users.git pushurl=${remotes:plone_push}/plone.app.users.git branch=1.2.x
plone.app.uuid = git ${remotes:plone}/plone.app.uuid.git pushurl=${remotes:plone_push}/plone.app.uuid.git
plone.app.viewletmanager = git ${remotes:plone}/plone.app.viewletmanager.git pushurl=${remotes:plone_push}/plone.app.viewletmanager.git
plone.app.vocabularies = git ${remotes:plone}/plone.app.vocabularies.git pushurl=${remotes:plone_push}/plone.app.vocabularies.git
plone.app.workflow = git ${remotes:plone}/plone.app.workflow.git pushurl=${remotes:plone_push}/plone.app.workflow.git branch=2.1.x
plone.app.z3cform = git ${remotes:plone}/plone.app.z3cform.git pushurl=${remotes:plone_push}/plone.app.z3cform.git branch=0.x
plone.directives.form = git ${remotes:plone}/plone.directives.form.git pushurl=${remotes:plone_push}/plone.directives.form.git
plone.formwidget.autocomplete = git ${remotes:plone}/plone.formwidget.autocomplete.git pushurl=${remotes:plone_push}/plone.formwidget.autocomplete.git
plone.formwidget.contenttree = git ${remotes:plone}/plone.formwidget.contenttree.git pushurl=${remotes:plone_push}/plone.formwidget.contenttree.git
plone.formwidget.namedfile = git ${remotes:plone}/plone.formwidget.namedfile.git pushurl=${remotes:plone_push}/plone.formwidget.namedfile.git
plone.portlet.collection = git ${remotes:plone}/plone.portlet.collection.git pushurl=${remotes:plone_push}/plone.portlet.collection.git branch=2.1.x
plone.portlet.static = git ${remotes:plone}/plone.portlet.static.git pushurl=${remotes:plone_push}/plone.portlet.static.git branch=2.x
plone.recipe.alltests = git ${remotes:plone}/plone.recipe.alltests.git pushurl=${remotes:plone_push}/plone.recipe.alltests.git
plone.recipe.zope2instance = git ${remotes:plone}/plone.recipe.zope2instance.git pushurl=${remotes:plone_push}/plone.recipe.zope2instance.git
plone.recipe.zeoserver = git ${remotes:plone}/plone.recipe.zeoserver.git pushurl=${remotes:plone_push}/plone.recipe.zeoserver.git
plonetheme.sunburst = git ${remotes:plone}/plonetheme.sunburst.git pushurl=${remotes:plone_push}/plonetheme.sunburst.git branch=1.4.x
plonetheme.classic = git ${remotes:plone}/plonetheme.classic.git pushurl=${remotes:plone_push}/plonetheme.classic.git
repoze.xmliter = git https://github.com/repoze/repoze.xmliter.git
txtfilter = git ${remotes:plone}/txtfilter.git pushurl=${remotes:plone_push}/txtfilter.git
wicked = git ${remotes:plone}/wicked.git pushurl=${remotes:plone_push}/wicked.git
z3c.autoinclude = git ${remotes:zopegit}/z3c.autoinclude.git pushurl=${remotes:zopegit_push}/z3c.autoinclude.git
z3c.batching = git ${remotes:zopegit}/z3c.batching.git pushurl=${remotes:zopegit_push}/z3c.batching.git
z3c.form = git ${remotes:zopegit}/z3c.form.git pushurl=${remotes:zopegit_push}/z3c.form.git
z3c.formwidget.query = svn ${remotes:zope}/z3c.formwidget.query/trunk
zope.formlib = git ${remotes:zopegit}/zope.formlib.git pushurl=${remotes:zopegit_push}/zope.formlib.git
zope.globalrequest = git ${remotes:zopegit}/zope.globalrequest.git pushurl=${remotes:zopegit_push}/zope.globalrequest.git
# Products
Products.Archetypes = git ${remotes:plone}/Products.Archetypes.git pushurl=${remotes:plone_push}/Products.Archetypes.git branch=1.9.x
Products.ATContentTypes = git ${remotes:plone}/Products.ATContentTypes.git pushurl=${remotes:plone_push}/Products.ATContentTypes.git branch=2.1.x
Products.ATReferenceBrowserWidget = git ${remotes:plone}/Products.ATReferenceBrowserWidget.git pushurl=${remotes:plone_push}/Products.ATReferenceBrowserWidget.git
Products.CMFActionIcons = svn ${remotes:zope}/Products.CMFActionIcons/branches/2.1
Products.CMFCalendar = svn ${remotes:zope}/Products.CMFCalendar/branches/2.2
Products.CMFCore = svn ${remotes:zope}/Products.CMFCore/branches/2.2
Products.CMFDefault = svn ${remotes:zope}/Products.CMFDefault/branches/2.2
Products.CMFDiffTool = git ${remotes:plone}/Products.CMFDiffTool.git pushurl=${remotes:plone_push}/Products.CMFDiffTool.git
Products.CMFDynamicViewFTI = git ${remotes:plone}/Products.CMFDynamicViewFTI.git pushurl=${remotes:plone_push}/Products.CMFDynamicViewFTI.git
Products.CMFEditions = git ${remotes:plone}/Products.CMFEditions.git pushurl=${remotes:plone_push}/Products.CMFEditions.git
Products.CMFFormController = git ${remotes:plone}/Products.CMFFormController.git pushurl=${remotes:plone_push}/Products.CMFFormController.git
Products.CMFPlacefulWorkflow = git ${remotes:plone}/Products.CMFPlacefulWorkflow.git pushurl=${remotes:plone_push}/Products.CMFPlacefulWorkflow.git branch=1.5.x
Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git pushurl=${remotes:plone_push}/Products.CMFPlone.git branch=4.3.x
Products.CMFQuickInstallerTool = git ${remotes:plone}/Products.CMFQuickInstallerTool.git pushurl=${remotes:plone_push}/Products.CMFQuickInstallerTool.git
Products.CMFTestCase = git ${remotes:plone}/Products.CMFTestCase.git pushurl=${remotes:plone_push}/Products.CMFTestCase.git
Products.CMFTopic = svn ${remotes:zope}/Products.CMFTopic/branches/2.2
Products.CMFUid = svn ${remotes:zope}/Products.CMFUid/branches/2.2
Products.contentmigration = git ${remotes:plone}/Products.contentmigration.git pushurl=${remotes:plone_push}/Products.contentmigration.git
Products.DCWorkflow = svn ${remotes:zope}/Products.DCWorkflow/branches/2.2
Products.ExtendedPathIndex = git ${remotes:plone}/Products.ExtendedPathIndex.git pushurl=${remotes:plone_push}/Products.ExtendedPathIndex.git
Products.ExternalEditor = svn ${remotes:zope}/Products.ExternalEditor/trunk
Products.GenericSetup = svn ${remotes:zope}/Products.GenericSetup/trunk
Products.GroupUserFolder = svn ${remotes:svn_collective}/Products.GroupUserFolder/trunk
Products.i18ntestcase = git ${remotes:plone}/Products.i18ntestcase.git pushurl=${remotes:plone_push}/Products.i18ntestcase.git
Products.LinguaPlone = git ${remotes:plone}/Products.LinguaPlone.git pushurl=${remotes:plone_push}/Products.LinguaPlone.git
Products.Marshall = git ${remotes:plone}/Products.Marshall.git pushurl=${remotes:plone_push}/Products.Marshall.git
Products.MimetypesRegistry = git ${remotes:plone}/Products.MimetypesRegistry.git pushurl=${remotes:plone_push}/Products.MimetypesRegistry.git
Products.PasswordResetTool = git ${remotes:plone}/Products.PasswordResetTool.git pushurl=${remotes:plone_push}/Products.PasswordResetTool.git branch=2.0.x
Products.PlacelessTranslationService= git ${remotes:plone}/Products.PlacelessTranslationService.git pushurl=${remotes:plone_push}/Products.PlacelessTranslationService.git
Products.PloneLanguageTool = git ${remotes:plone}/Products.PloneLanguageTool.git pushurl=${remotes:plone_push}/Products.PloneLanguageTool.git
Products.PlonePAS = git ${remotes:plone}/Products.PlonePAS.git pushurl=${remotes:plone_push}/Products.PlonePAS.git branch=4.1.x
Products.PloneTestCase = git ${remotes:plone}/Products.PloneTestCase.git pushurl=${remotes:plone_push}/Products.PloneTestCase.git
Products.PluggableAuthService = svn ${remotes:zope}/Products.PluggableAuthService/trunk
Products.PluginRegistry = svn ${remotes:zope}/Products.PluginRegistry/trunk
Products.PortalTransforms = git ${remotes:plone}/Products.PortalTransforms.git pushurl=${remotes:plone_push}/Products.PortalTransforms.git
Products.ResourceRegistries = git ${remotes:plone}/Products.ResourceRegistries.git pushurl=${remotes:plone_push}/Products.ResourceRegistries.git
Products.SecureMailHost = svn ${remotes:svn_collective}/SecureMailHost/branches/1.1
Products.statusmessages = git ${remotes:plone}/Products.statusmessages.git pushurl=${remotes:plone_push}/Products.statusmessages.git
Products.TinyMCE = git ${remotes:plone}/Products.TinyMCE.git pushurl=${remotes:plone_push}/Products.TinyMCE.git branch=1.3.x
Products.validation = git ${remotes:plone}/Products.validation.git pushurl=${remotes:plone_push}/Products.validation.git
Products.ZCatalog = git ${remotes:zopegit}/Products.ZCatalog.git pushurl=${remotes:zopegit_push}/Products.ZCatalog.git branch=2.13
Products.ZopeVersionControl = git ${remotes:zopegit}/Products.ZopeVersionControl.git pushurl=${remotes:zopegit_push}/Products.ZopeVersionControl.git