Skip to content

Commit

Permalink
more py3 checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 24, 2018
1 parent e080b47 commit d14acd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion py3.cfg
Expand Up @@ -149,6 +149,9 @@ auto-checkout +=
plone.recipe.zope2instance
DocumentTemplate
Products.CMFCore
Products.statusmessages
Products.PlonePAS
AccessControl

extensions -=
plone.versioncheck
Expand All @@ -166,7 +169,7 @@ Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git
Products.PDBDebugMode = git ${remotes:collective}/Products.PDBDebugMode.git pushurl=${remotes:collective_push}/Products.PDBDebugMode.git branch=zope4
plone.rfc822 = git ${remotes:plone}/plone.rfc822.git pushurl=${remotes:plone_push}/plone.rfc822.git branch=python3
plone.testing = git ${remotes:plone}/plone.testing.git pushurl=${remotes:plone_push}/plone.testing.git branch=py3_imports
plone.protect = git ${remotes:plone}/plone.protect.git pushurl=${remotes:plone_push}/plone.protect.git branch=python3
plone.protect = git ${remotes:plone}/plone.protect.git pushurl=${remotes:plone_push}/plone.protect.git branch=master
# PR: https://github.com/plone/Products.MimetypesRegistry/pull/12
Products.MimetypesRegistry = git ${remotes:plone}/Products.MimetypesRegistry.git pushurl=${remotes:plone_push}/Products.MimetypesRegistry.git branch=python3
Products.GenericSetup = git ${remotes:zope}/Products.GenericSetup.git pushurl=${remotes:zope_push}/Products.GenericSetup.git branch=davisagli-py3
Expand Down Expand Up @@ -220,6 +223,8 @@ Zope = git ${remotes:zope}/Zope.git
DocumentTemplate = git ${remotes:zope}/DocumentTemplate.git pushurl=${remotes:zope_push}/DocumentTemplate.git branch=python3
# https://github.com/zopefoundation/Products.CMFCore/pull/33
Products.CMFCore = git ${remotes:zope}/Products.CMFCore.git pushurl=${remotes:zope_push}/Products.CMFCore.git branch=fix_indexing_transaction
Products.statusmessages = git ${remotes:plone}/Products.statusmessages.git pushurl=${remotes:plone_push}/Products.statusmessages.git branch=python3
AccessControl = git ${remotes:zope}/AccessControl.git pushurl=${remotes:zope_push}/AccessControl.git branch=fix_impl_python

[versions]
robotframework-selenium2library = 3.0.0

0 comments on commit d14acd7

Please sign in to comment.