Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
278e69a5
Commit
278e69a5
authored
Feb 26, 2013
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pushurl's to sources
parent
79b97d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
23 deletions
+26
-23
sources.cfg
sources.cfg
+26
-23
No files found.
sources.cfg
View file @
278e69a5
[buildout]
[buildout]
extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk-sources.cfg
extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk-sources.cfg
[remotes]
svn-zope-org = ^
svn-zope-org = ^
github = git://github.com/zopefoundation
github = git://github.com/zopefoundation
github_push = git@github.com:zopefoundation
[sources]
[sources]
# Zope2-specific
# Zope2-specific
AccessControl = git ${
buildout:github
}/AccessControl
AccessControl = git ${
remotes:github}/AccessControl pushurl=${remotes:github_push
}/AccessControl
Acquisition = git ${
buildout:github
}/Acquisition
Acquisition = git ${
remotes:github}/Acquisition pushurl=${remotes:github_push
}/Acquisition
DateTime = git ${
buildout:github
}/DateTime
DateTime = git ${
remotes:github}/DateTime pushurl=${remotes:github_push
}/DateTime
DocumentTemplate = git ${
buildout:github
}/DocumentTemplate
DocumentTemplate = git ${
remotes:github}/DocumentTemplate pushurl=${remotes:github_push
}/DocumentTemplate
ExtensionClass = git ${
buildout:github
}/ExtensionClass
ExtensionClass = git ${
remotes:github}/ExtensionClass pushurl=${remotes:github_push
}/ExtensionClass
initgroups = git ${
buildout:github
}/initgroups
initgroups = git ${
remotes:github}/initgroups pushurl=${remotes:github_push
}/initgroups
Missing = git ${
buildout:github
}/Missing
Missing = git ${
remotes:github}/Missing pushurl=${remotes:github_push
}/Missing
MultiMapping = git ${
buildout:github
}/MultiMapping
MultiMapping = git ${
remotes:github}/MultiMapping pushurl=${remotes:github_push
}/MultiMapping
nt_svcutils = git ${
buildout:github
}/nt_svcutils
nt_svcutils = git ${
remotes:github}/nt_svcutils pushurl=${remotes:github_push
}/nt_svcutils
Persistence = git ${
buildout:github
}/Persistence
Persistence = git ${
remotes:github}/Persistence pushurl=${remotes:github_push
}/Persistence
Products.OFSP = git ${
buildout:github
}/Products.OFSP
Products.OFSP = git ${
remotes:github}/Products.OFSP pushurl=${remotes:github_push
}/Products.OFSP
Products.ZCatalog = git ${
buildout:github
}/Products.ZCatalog
Products.ZCatalog = git ${
remotes:github}/Products.ZCatalog pushurl=${remotes:github_push
}/Products.ZCatalog
Products.ZCTextIndex = git ${
buildout:github
}/Products.ZCTextIndex
Products.ZCTextIndex = git ${
remotes:github}/Products.ZCTextIndex pushurl=${remotes:github_push
}/Products.ZCTextIndex
Record = git ${
buildout:github
}/Record
Record = git ${
remotes:github}/Record pushurl=${remotes:github_push
}/Record
tempstorage = git ${
buildout:github
}/tempstorage
tempstorage = git ${
remotes:github}/tempstorage pushurl=${remotes:github_push
}/tempstorage
zExceptions = git ${
buildout:github
}/zExceptions
zExceptions = git ${
remotes:github}/zExceptions pushurl=${remotes:github_push
}/zExceptions
zLOG = svn ${
buildout
:svn-zope-org}/zLOG/trunk
zLOG = svn ${
remotes
:svn-zope-org}/zLOG/trunk
ZopeUndo = git ${
buildout:github
}/ZopeUndo
ZopeUndo = git ${
remotes:github}/ZopeUndo pushurl=${remotes:github_push
}/ZopeUndo
# Deprecated / CMF dependencies
# Deprecated / CMF dependencies
Products.BTreeFolder2 = git ${
buildout:github
}/Products.BTreeFolder2
Products.BTreeFolder2 = git ${
remotes:github}/Products.BTreeFolder2 pushurl=${remotes:github_push
}/Products.BTreeFolder2
Products.ExternalMethod = git ${
buildout:github
}/Products.ExternalMethod
Products.ExternalMethod = git ${
remotes:github}/Products.ExternalMethod pushurl=${remotes:github_push
}/Products.ExternalMethod
Products.MailHost = svn ${
buildout
:svn-zope-org}/Products.MailHost/trunk
Products.MailHost = svn ${
remotes
:svn-zope-org}/Products.MailHost/trunk
Products.PythonScripts = git ${
buildout:github
}/Products.PythonScripts
Products.PythonScripts = git ${
remotes:github}/Products.PythonScripts pushurl=${remotes:github_push
}/Products.PythonScripts
Products.StandardCacheManagers = git ${
buildout:github
}/Products.StandardCacheManagers
Products.StandardCacheManagers = git ${
remotes:github}/Products.StandardCacheManagers pushurl=${remotes:github_push
}/Products.StandardCacheManagers
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment