-
Notifications
You must be signed in to change notification settings - Fork 10
/
sources.cfg
22 lines (20 loc) · 1.36 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
[buildout]
extends = https://raw.github.com/plone/buildout.coredev/4.3/sources.cfg
[remotes]
col = https://github.com/collective
col_push = [email protected]:collective
tdesvenain = https://github.com/tdesvenain
tdesvenain_push = [email protected]:tdesvenain
vincentfretin = https://github.com/vincentfretin
vincentfretin_push = [email protected]:vincentfretin
cedricmessiant = https://github.com/cedricmessiant
cedricmessiant_push = [email protected]:cedricmessiant
entrouvert = https://repos.entrouvert.org
entrouvert_push = git+ssh://[email protected]
[sources]
collective.contact.core = git ${remotes:col}/collective.contact.core.git pushurl=${remotes:col_push}/collective.contact.core.git
collective.contact.facetednav = git ${remotes:col}/collective.contact.facetednav.git pushurl=${remotes:col_push}/collective.contact.facetednav.git
collective.contact.widget = git ${remotes:col}/collective.contact.widget.git pushurl=${remotes:col_push}/collective.contact.widget.git
plone.formwidget.masterselect = git ${remotes:col}/plone.formwidget.masterselect.git pushurl=${remotes:col_push}/plone.formwidget.masterselect.git
ecreall.helpers.upgrade = git ${remotes:tdesvenain}/ecreall.helpers.upgrade.git pushurl=${remotes:tdesvenain_push}/ecreall.helpers.upgrade.git
collective.excelexport = git ${remotes:col}/collective.excelexport.git pushurl=${remotes:col_push}/collective.excelexport.git