Fix github remotes

This commit is contained in:
Nicolas Demonte 2022-06-09 14:52:30 +02:00
parent b1bd0694db
commit 3f8d6b0ec6
1 changed files with 6 additions and 4 deletions

View File

@ -3,14 +3,16 @@ extends =
https://raw.github.com/plone/buildout.coredev/4.3/sources.cfg
[remotes]
tdesvenain = git://github.com/tdesvenain
tdesvenain = https://github.com/tdesvenain
tdesvenain_push = git@github.com:tdesvenain
vincentfretin = git://github.com/vincentfretin
vincentfretin = https://github.com/vincentfretin
vincentfretin_push = git@github.com:vincentfretin
cedricmessiant = git://github.com/cedricmessiant
cedricmessiant = https://github.com/cedricmessiant
cedricmessiant_push = git@github.com:cedricmessiant
entrouvert = git://repos.entrouvert.org
entrouvert_push = git+ssh://git@repos.entrouvert.org
collective = https://github.com/collective
collective_push = git@github.com:collective
[sources]
collective.contact.core = git ${remotes:entrouvert}/collective.contact.core.git pushurl=${remotes:entrouvert_push}/collective.contact.core.git
@ -23,7 +25,7 @@ collective.dms.batchimport = git ${remotes:entrouvert}/collective.dms.batchimpor
collective.dms.mailcontent = git ${remotes:entrouvert}/collective.dms.mailcontent.git pushurl=${remotes:entrouvert_push}/collective.dms.mailcontent.git
collective.dms.thesaurus = git ${remotes:entrouvert}/collective.dms.thesaurus.git pushurl=${remotes:entrouvert_push}/collective.dms.thesaurus.git
collective.task = git ${remotes:entrouvert}/collective.task.git pushurl=${remotes:entrouvert_push}/collective.task.git
collective.z3cform.chosen = git git://github.com/kiorky/collective.z3cform.chosen.git pushurl=git+ssh://git@github.com/kiorky/collective.z3cform.chosen.git
collective.z3cform.chosen = git https://github.com/kiorky/collective.z3cform.chosen.git pushurl=git+ssh://git@github.com/kiorky/collective.z3cform.chosen.git
collective.z3cform.rolefield = git ${remotes:entrouvert}/collective.z3cform.rolefield.git pushurl=${remotes:entrouvert_push}/collective.z3cform.rolefield.git
eea.facetednavigation = git ${remotes:collective}/eea.facetednavigation.git pushurl=${remotes:collective_push}/eea.facetednavigation.git
ecreall.helpers.testing = git ${remotes:tdesvenain}/ecreall.helpers.testing.git pushurl=${remotes:tdesvenain_push}/ecreall.helpers.testing.git