-
Notifications
You must be signed in to change notification settings - Fork 101
/
sources.cfg
74 lines (71 loc) · 4.68 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[remotes]
github = https://github.com/zopefoundation
github_push = [email protected]:zopefoundation
[sources]
# Zope-specific
AccessControl = git ${remotes:github}/AccessControl pushurl=${remotes:github_push}/AccessControl
Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/Acquisition
AuthEncoding = git ${remotes:github}/AuthEncoding pushurl=${remotes:github_push}/AuthEncoding
BTrees = git ${remotes:github}/BTrees pushurl=${remotes:github_push}/BTrees
DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime
DocumentTemplate = git ${remotes:github}/DocumentTemplate pushurl=${remotes:github_push}/DocumentTemplate
ExtensionClass = git ${remotes:github}/ExtensionClass pushurl=${remotes:github_push}/ExtensionClass
MultiMapping = git ${remotes:github}/MultiMapping pushurl=${remotes:github_push}/MultiMapping
Persistence = git ${remotes:github}/Persistence pushurl=${remotes:github_push}/Persistence
RestrictedPython = git ${remotes:github}/RestrictedPython pushurl=${remotes:github_push}/RestrictedPython
zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/zExceptions
zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest
ZODB = git ${remotes:github}/ZODB pushurl=${remotes:github_push}/ZODB
# Optional dependencies
five.localsitemanager = git ${remotes:github}/five.localsitemanager pushurl=${remotes:github_push}/five.localsitemanager
Missing = git ${remotes:github}/Missing pushurl=${remotes:github_push}/Missing
Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${remotes:github_push}/Products.BTreeFolder2
Products.MailHost = git ${remotes:github}/Products.MailHost pushurl=${remotes:github_push}/Products.MailHost
Products.PythonScripts = git ${remotes:github}/Products.PythonScripts pushurl=${remotes:github_push}/Products.PythonScripts
Products.ZCatalog = git ${remotes:github}/Products.ZCatalog pushurl=${remotes:github_push}/Products.ZCatalog
Products.Sessions = git ${remotes:github}/Products.Sessions pushurl=${remotes:github_push}/Products.Sessions
Products.TemporaryFolder = git ${remotes:github}/Products.TemporaryFolder pushurl=${remotes:github_push}/Products.TemporaryFolder
Products.ZODBMountPoint = git ${remotes:github}/Products.ZODBMountPoint pushurl=${remotes:github_push}/Products.ZODBMountPoint
Products.SiteErrorLog = git ${remotes:github}/Products.SiteErrorLog pushurl=${remotes:github_push}/Products.SiteErrorLog
Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record
# ZTK
zodbpickle = git ${remotes:github}/zodbpickle
zope.annotation = git ${remotes:github}/zope.annotation
zope.browser = git ${remotes:github}/zope.browser
zope.browsermenu = git ${remotes:github}/zope.browsermenu
zope.browserpage = git ${remotes:github}/zope.browserpage
zope.browserresource = git ${remotes:github}/zope.browserresource
zope.component = git ${remotes:github}/zope.component
zope.configuration = git ${remotes:github}/zope.configuration
zope.container = git ${remotes:github}/zope.container
zope.contentprovider = git ${remotes:github}/zope.contentprovider
zope.contenttype = git ${remotes:github}/zope.contenttype
zope.deferredimport = git ${remotes:github}/zope.deferredimport
zope.dottedname = git ${remotes:github}/zope.dottedname
zope.event = git ${remotes:github}/zope.event
zope.exceptions = git ${remotes:github}/zope.exceptions
zope.filerepresentation = git ${remotes:github}/zope.filerepresentation
zope.i18n = git ${remotes:github}/zope.i18n
zope.i18nmessageid = git ${remotes:github}/zope.i18nmessageid
zope.interface = git ${remotes:github}/zope.interface
zope.lifecycleevent = git ${remotes:github}/zope.lifecycleevent
zope.location = git ${remotes:github}/zope.location
zope.pagetemplate = git ${remotes:github}/zope.pagetemplate
zope.processlifetime = git ${remotes:github}/zope.processlifetime
zope.proxy = git ${remotes:github}/zope.proxy
zope.ptresource = git ${remotes:github}/zope.ptresource
zope.publisher = git ${remotes:github}/zope.publisher
zope.schema = git ${remotes:github}/zope.schema
zope.security = git ${remotes:github}/zope.security
zope.sendmail = git ${remotes:github}/zope.sendmail
zope.sequencesort = git ${remotes:github}/zope.sequencesort
zope.site = git ${remotes:github}/zope.site
zope.size = git ${remotes:github}/zope.size
zope.structuredtext = git ${remotes:github}/zope.structuredtext
zope.tal = git ${remotes:github}/zope.tal
zope.tales = git ${remotes:github}/zope.tales
zope.testbrowser = git ${remotes:github}/zope.testbrowser
zope.testing = git ${remotes:github}/zope.testing
zope.testrunner = git ${remotes:github}/zope.testrunner
zope.traversing = git ${remotes:github}/zope.traversing
zope.viewlet = git ${remotes:github}/zope.viewlet