Skip to content

Commit

Permalink
Pull in deps to test proposed solution for zopefoundation/Zope#397
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWilkes committed May 27, 2019
1 parent 9274223 commit efcbd9d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions checkouts.cfg
Expand Up @@ -14,3 +14,6 @@ auto-checkout =
plone.app.dexterity
mockup
plone.restapi
# PR for traversal issue
Zope
zope.browserpage
5 changes: 3 additions & 2 deletions sources.cfg
Expand Up @@ -51,7 +51,7 @@ plone.app.customerize = git ${remotes:plone}/plone.app.customerize
plone.app.debugtoolbar = git ${remotes:plone}/plone.app.debugtoolbar.git pushurl=${remotes:plone_push}/plone.app.debugtoolbar.git branch=master
plone.app.dexterity = git ${remotes:plone}/plone.app.dexterity.git pushurl=${remotes:plone_push}/plone.app.dexterity.git branch=master
plone.app.discussion = git ${remotes:plone}/plone.app.discussion.git pushurl=${remotes:plone_push}/plone.app.discussion.git branch=master
plone.app.event = git ${remotes:plone}/plone.app.event.git pushurl=${remotes:plone_push}/plone.app.event.git branch=master
plone.app.event = git ${remotes:plone}/plone.app.event.git pushurl=${remotes:plone_push}/plone.app.event.git branch=add_regression_test_for_allowed_attributes
plone.app.folder = git ${remotes:plone}/plone.app.folder.git pushurl=${remotes:plone_push}/plone.app.folder.git branch=master
plone.app.i18n = git ${remotes:plone}/plone.app.i18n.git pushurl=${remotes:plone_push}/plone.app.i18n.git branch=master
plone.app.imaging = git ${remotes:plone}/plone.app.imaging.git pushurl=${remotes:plone_push}/plone.app.imaging.git branch=master
Expand Down Expand Up @@ -146,8 +146,9 @@ z3c.relationfield = git ${remotes:zope}/z3c.relationfield.git
ZODB3 = git ${remotes:zope}/ZODB3.git pushurl=${remotes:zope_push}/ZODB3.git branch=master
zodbupdate = git ${remotes:zope}/zodbupdate.git pushurl=${remotes:zope_push}/zodbupdate.git branch=master
zodbverify = git ${remotes:plone}/zodbverify.git pushurl=${remotes:plone_push}/zodbverify.git branch=master
Zope = git ${remotes:zope}/Zope.git pushurl=${remotes:zope_push}/Zope.git branch=master
Zope = git ${remotes:zope}/Zope.git pushurl=${remotes:zope_push}/Zope.git branch=wilkes/397-allowed-attributes
zope.globalrequest = git ${remotes:zope}/zope.globalrequest.git pushurl=${remotes:zope_push}/zope.globalrequest.git branch=master
zope.browserpage = git ${remotes:zope}/zope.browserpage.git pushurl=${remotes:zope_push}/zope.browserpage.git branch=wilkes/397-allowed-attributes

# Products
Products.Archetypes = git ${remotes:plone}/Products.Archetypes.git pushurl=${remotes:plone_push}/Products.Archetypes.git branch=master
Expand Down
1 change: 1 addition & 0 deletions tests.cfg
Expand Up @@ -115,6 +115,7 @@ test-eggs =
Products.statusmessages
Products.ZopeVersionControl
repoze.xmliter
zope.browserpage
${buildout:custom-eggs}

[buildout:python27]
Expand Down
3 changes: 3 additions & 0 deletions versions.cfg
Expand Up @@ -8,6 +8,9 @@ extends = https://raw.githubusercontent.com/zopefoundation/Zope/4.0b10/versions.
##############################################################################
# Build Tools

# Override for Zope core checkout
DocumentTemplate = 3.0b9

# Basics
# !! keep in sync with requirements.txt !!
setuptools = 41.0.1
Expand Down

0 comments on commit efcbd9d

Please sign in to comment.