-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcheckouts.cfg
33 lines (31 loc) · 1.54 KB
/
checkouts.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
[buildout]
always-checkout = force
auto-checkout +=
collective.contact.core
collective.contact.widget
collective.eeafaceted.z3ctable
imio.actionspanel
imio.helpers
imio.history
[remotes]
imio = https://github.com/imio
imio_push = [email protected]:imio
plone = https://github.com/plone
plone_push = [email protected]:plone
ftw = https://github.com/4teamwork
ftw_push = [email protected]:4teamwork
imio = https://github.com/IMIO
imio_push = [email protected]:IMIO
zopefoundation = https://github.com/zopefoundation
zopefoundation_push = [email protected]:zopefoundation
zopesvn = svn://svn.zope.org/repos/main/
col = https://github.com/collective
col_push = [email protected]:collective
[sources]
collective.contact.core = git ${remotes:col}/collective.contact.core.git pushurl=${remotes:col_push}/collective.contact.core.git
collective.contact.widget = git ${remotes:col}/collective.contact.widget.git pushurl=${remotes:col_push}/collective.contact.widget.git
collective.eeafaceted.z3ctable = git ${remotes:col}/collective.eeafaceted.z3ctable.git pushurl=${remotes:col_push}/collective.eeafaceted.z3ctable.git
imio.actionspanel = git ${remotes:imio}/imio.actionspanel.git pushurl=${remotes:imio_push}/imio.actionspanel.git
imio.helpers = git ${remotes:imio}/imio.helpers.git pushurl=${remotes:imio_push}/imio.helpers.git
imio.history = git ${remotes:imio}/imio.history.git pushurl=${remotes:imio_push}/imio.history.git
plone.formwidget.masterselect = git ${remotes:col}/plone.formwidget.masterselect.git pushurl=${remotes:col_push}/plone.formwidget.masterselect.git