Skip to content

Commit

Permalink
Rewrite mr.developer sources for use by travis. Copy-catted form zope…
Browse files Browse the repository at this point in the history
…toolkit.
  • Loading branch information
janjaapdriessen committed Sep 30, 2016
1 parent ff3ed42 commit 999b8be
Showing 1 changed file with 40 additions and 41 deletions.
81 changes: 40 additions & 41 deletions grok.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ extends =
versions = versions
sources = sources
sources-dir = dev
github = git://github.com/zopefoundation
github_push = git@github.com:zopefoundation

[grok]
packages =
Expand Down Expand Up @@ -111,46 +113,43 @@ WSGIProxy2 = 0.4.2
[sources]
# While working on the python 3 branches, make use of this sources list.

#fanstatic = hg ssh://hg@bitbucket.org/fanstatic/fanstatic
grok = git git@github.com:zopefoundation/grok branch=resurrection-python3
grokcore.annotation = git git@github.com:zopefoundation/grokcore.annotation branch=resurrection-python3
grokcore.catalog = git git@github.com:zopefoundation/grokcore.catalog branch=resurrection-python3
grokcore.chameleon = git git@github.com:zopefoundation/grokcore.chameleon.git
grokcore.component = git git@github.com:zopefoundation/grokcore.component.git
grokcore.content = git git@github.com:zopefoundation/grokcore.content.git
grokcore.formlib = git git@github.com:zopefoundation/grokcore.formlib branch=resurrection-python3
grokcore.json = git git@github.com:zopefoundation/grokcore.json branch=resurrection-python3
grokcore.layout = git git@github.com:zopefoundation/grokcore.layout.git
grokcore.message = git git@github.com:zopefoundation/grokcore.message.git
grokcore.rest = git git@github.com:zopefoundation/grokcore.rest branch=resurrection-python3
grokcore.security = git git@github.com:zopefoundation/grokcore.security branch=resurrection-python3
grokcore.site = git git@github.com:zopefoundation/grokcore.site branch=resurrection-python3
grokcore.startup = git git@github.com:zopefoundation/grokcore.startup.git
grokcore.traverser = git git@github.com:zopefoundation/grokcore.traverser branch=resurrection-python3
grokcore.view = git git@github.com:zopefoundation/grokcore.view branch=resurrection-python3
grokcore.viewlet = git git@github.com:zopefoundation/grokcore.viewlet branch=resurrection-python3
grokcore.xmlrpc = git git@github.com:zopefoundation/grokcore.xmlrpc branch=resurrection-python3
grokui.admin = git git@github.com:zopefoundation/grokui.admin.git
grokui.base = git git@github.com:zopefoundation/grokui.base.git
martian = git git@github.com:zopefoundation/martian.git
megrok.menu = git git@github.com:zopefoundation/megrok.menu.git
z3c.autoinclude = git git@github.com:zopefoundation/z3c.autoinclude.git
z3c.evalexception = git git@github.com:zopefoundation/z3c.evalexception.git
z3c.flashmessage = git git@github.com:zopefoundation/z3c.flashmessage.git
zc.catalog = git git@github.com:zopefoundation/zc.catalog branch=resurrection-python3
zope.fanstatic = git git@github.com:zopefoundation/zope.fanstatic.git
zope.errorview = git git@github.com:zopefoundation/zope.errorview branch=resurrection-python3

# Branched off of earlier python3 work.
zodbpickle = git git@github.com:zopefoundation/zodbpickle
zope.app.debug = git git@github.com:zopefoundation/zope.app.debug branch=resurrection-python3
zope.app.wsgi = git git@github.com:zopefoundation/zope.app.wsgi
zope.catalog = git git@github.com:zopefoundation/zope.catalog branch=resurrection-python3
zope.configuration = git git@github.com:zopefoundation/zope.configuration
zope.schema = git git@github.com:zopefoundation/zope.schema
grok = git ${buildout:github}/grok pushurl=${buildout:github_push}/grok branch=resurrection-python3
grokcore.annotation = git ${buildout:github}/grokcore.annotation pushurl=${buildout:github_push}/grokcore.annotation branch=resurrection-python3
grokcore.catalog = git ${buildout:github}/grokcore.catalog pushurl=${buildout:github_push}/grokcore.catalog branch=resurrection-python3
grokcore.chameleon = git ${buildout:github}/grokcore.chameleon pushurl=${buildout:github_push}/grokcore.chameleon
grokcore.component = git ${buildout:github}/grokcore.component pushurl=${buildout:github_push}/grokcore.component
grokcore.content = git ${buildout:github}/grokcore.content pushurl=${buildout:github_push}/grokcore.content
grokcore.formlib = git ${buildout:github}/grokcore.formlib pushurl=${buildout:github_push}/grokcore.formlib
grokcore.json = git ${buildout:github}/grokcore.json pushurl=${buildout:github_push}/grokcore.json branch=resurrection-python3
grokcore.layout = git ${buildout:github}/grokcore.layout pushurl=${buildout:github_push}/grokcore.layout
grokcore.message = git ${buildout:github}/grokcore.message pushurl=${buildout:github_push}/grokcore.message
grokcore.rest = git ${buildout:github}/grokcore.rest pushurl=${buildout:github_push}/grokcore.rest branch=resurrection-python3
grokcore.security = git ${buildout:github}/grokcore.security pushurl=${buildout:github_push}/grokcore.security branch=resurrection-python3
grokcore.site = git ${buildout:github}/grokcore.site pushurl=${buildout:github_push}/grokcore.site branch=resurrection-python3
grokcore.startup = git ${buildout:github}/grokcore.startup pushurl=${buildout:github_push}/grokcore.startup
grokcore.traverser = git ${buildout:github}/grokcore.traverser pushurl=${buildout:github_push}/grokcore.traverser branch=resurrection-python3
grokcore.view = git ${buildout:github}/grokcore.view pushurl=${buildout:github_push}/grokcore.view branch=resurrection-python3
grokcore.viewlet = git ${buildout:github}/grokcore.viewlet pushurl=${buildout:github_push}/grokcore.viewlet branch=resurrection-python3
grokcore.xmlrpc = git ${buildout:github}/grokcore.xmlrpc pushurl=${buildout:github_push}/grokcore.xmlrpc branch=resurrection-python3
grokui.admin = git ${buildout:github}/grokui.admin pushurl=${buildout:github_push}/grokui.admin
grokui.base = git ${buildout:github}/grokui.base pushurl=${buildout:github_push}/grokui.base
martian = git ${buildout:github}/martian pushurl=${buildout:github_push}/martian
megrok.menu = git ${buildout:github}/megrok.menu pushurl=${buildout:github_push}/megrok.menu
z3c.autoinclude = git ${buildout:github}/z3c.autoinclude pushurl=${buildout:github_push}/z3c.autoinclude
z3c.evalexception = git ${buildout:github}/z3c.evalexception pushurl=${buildout:github_push}/z3c.evalexception
z3c.flashmessage = git ${buildout:github}/z3c.flashmessage pushurl=${buildout:github_push}/z3c.flashmessage
zc.catalog = git ${buildout:github}/zc.catalog pushurl=${buildout:github_push}/zc.catalog branch=resurrection-python3
zope.fanstatic = git ${buildout:github}/zope.fanstatic pushurl=${buildout:github_push}/zope.fanstatic
zope.errorview = git ${buildout:github}/zope.errorview pushurl=${buildout:github_push}/zope.errorview branch=resurrection-python3
zodbpickle = git ${buildout:github}/zodbpickle pushurl=${buildout:github_push}/zodbpickle
zope.app.debug = git ${buildout:github}/zope.app.debug pushurl=${buildout:github_push}/zope.app.debug branch=resurrection-python3
zope.app.wsgi = git ${buildout:github}/zope.app.wsgi pushurl=${buildout:github_push}/zope.app.wsgi
zope.catalog = git ${buildout:github}/zope.catalog pushurl=${buildout:github_push}/zope.catalog branch=resurrection-python3
zope.configuration = git ${buildout:github}/zope.configuration pushurl=${buildout:github_push}/zope.configuration
zope.schema = git ${buildout:github}/zope.schema pushurl=${buildout:github_push}/zope.schema

# After PR has been merged, we can depend on master again.
# CAVEAT: this is gocept - hope it's merged soon
zope.testbrowser = git git@github.com:gocept/zope.testbrowser branch=inheritance-based-layer
zope.testing = git git@github.com:zopefoundation/zope.testing branch=doctest-2-to-3
zope.testrunner = git git@github.com:zopefoundation/zope.testrunner
# CAVEAT: this is /gocept - hope it's merged soon
zope.testbrowser = git git://github.com/gocept/zope.testbrowser branch=inheritance-based-layer
zope.testing = git ${buildout:github}/zope.testing pushurl=${buildout:github_push}/zope.testing branch=doctest-2-to-3
zope.testrunner = git ${buildout:github}/zope.testrunner pushurl=${buildout:github_push}/zope.testrunner

0 comments on commit 999b8be

Please sign in to comment.