Commit 9f4a7913 authored by Hanno Schlichting's avatar Hanno Schlichting

configure explicit push urls

parent def88d33
......@@ -4,27 +4,27 @@ github = git://github.com/zopefoundation
github_push = git@github.com:zopefoundation
[sources]
AccessControl = git ${remotes:github}/AccessControl branch=2.13
Acquisition = git ${remotes:github}/Acquisition
DateTime = git ${remotes:github}/DateTime branch=2.12
DocumentTemplate = git ${remotes:github}/DocumentTemplate
ExtensionClass = git ${remotes:github}/ExtensionClass
initgroups = git ${remotes:github}/initgroups
Missing = git ${remotes:github}/Missing
MultiMapping = git ${remotes:github}/MultiMapping
nt_svcutils = git ${remotes:github}/nt_svcutils
Persistence = git ${remotes:github}/Persistence
Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2
Products.ExternalMethod = git ${remotes:github}/Products.ExternalMethod
AccessControl = git ${remotes:github}/AccessControl pushurl=${remotes:github_push}/AccessControl branch=2.13
Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/Acquisition
DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime branch=2.12
DocumentTemplate = git ${remotes:github}/DocumentTemplate pushurl=${remotes:github_push}/DocumentTemplate
ExtensionClass = git ${remotes:github}/ExtensionClass pushurl=${remotes:github_push}/ExtensionClass
initgroups = git ${remotes:github}/initgroups pushurl=${remotes:github_push}/initgroups
Missing = git ${remotes:github}/Missing pushurl=${remotes:github_push}/Missing
MultiMapping = git ${remotes:github}/MultiMapping pushurl=${remotes:github_push}/MultiMapping
nt_svcutils = git ${remotes:github}/nt_svcutils pushurl=${remotes:github_push}/nt_svcutils
Persistence = git ${remotes:github}/Persistence pushurl=${remotes:github_push}/Persistence
Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${remotes:github_push}/Products.BTreeFolder2
Products.ExternalMethod = git ${remotes:github}/Products.ExternalMethod pushurl=${remotes:github_push}/Products.ExternalMethod
Products.MailHost = svn ${remotes:svn-zope-org}/Products.MailHost/trunk
Products.MIMETools = git ${remotes:github}/Products.MIMETools
Products.OFSP = git ${remotes:github}/Products.OFSP
Products.PythonScripts = git ${remotes:github}/Products.PythonScripts
Products.StandardCacheManagers = git ${remotes:github}/Products.StandardCacheManagers
Products.ZCatalog = git ${remotes:github}/Products.ZCatalog branch=2.13
Products.ZCTextIndex = git ${remotes:github}/Products.ZCTextIndex
Record = git ${remotes:github}/Record
tempstorage = git ${remotes:github}/tempstorage
zExceptions = git ${remotes:github}/zExceptions
Products.MIMETools = git ${remotes:github}/Products.MIMETools pushurl=${remotes:github_push}/Products.MIMETools
Products.OFSP = git ${remotes:github}/Products.OFSP pushurl=${remotes:github_push}/Products.OFSP
Products.PythonScripts = git ${remotes:github}/Products.PythonScripts pushurl=${remotes:github_push}/Products.PythonScripts
Products.StandardCacheManagers = git ${remotes:github}/Products.StandardCacheManagers pushurl=${remotes:github_push}/Products.StandardCacheManagers
Products.ZCatalog = git ${remotes:github}/Products.ZCatalog pushurl=${remotes:github_push}/Products.ZCatalog branch=2.13
Products.ZCTextIndex = git ${remotes:github}/Products.ZCTextIndex pushurl=${remotes:github_push}/Products.ZCTextIndex
Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record
tempstorage = git ${remotes:github}/tempstorage pushurl=${remotes:github_push}/tempstorage
zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/zExceptions
zLOG = svn ${remotes:svn-zope-org}/zLOG/trunk
ZopeUndo = git ${remotes:github}/ZopeUndo
ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment