Skip to content

Commit

Permalink
p.a.folder is used by CMFPlone, add more py3-checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 17, 2018
1 parent 697e857 commit d2d3774
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions py3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ eggs -=
Products.ATContentTypes
plone.app.blob
plone.app.collection
plone.app.folder
plone.app.imaging
Products.Archetypes

Expand Down Expand Up @@ -121,6 +120,8 @@ auto-checkout +=
plone.transformchain
plone.app.relationfield
plone.app.linkintegrity
plone.app.dexterity
plone.app.content

extensions -=
plone.versioncheck
Expand Down Expand Up @@ -163,7 +164,8 @@ plone.folder = git ${remotes:plone}/plone.folder.git
plone.transformchain = git ${remotes:plone}/plone.transformchain.git pushurl=${remotes:plone_push}/plone.transformchain.git branch=python3
plone.app.relationfield = git ${remotes:plone}/plone.app.relationfield.git pushurl=${remotes:plone_push}/plone.app.relationfield.git branch=python3
plone.app.linkintegrity = git ${remotes:plone}/plone.app.linkintegrity.git pushurl=${remotes:plone_push}/plone.app.linkintegrity.git branch=python3

plone.app.dexterity = git ${remotes:plone}/plone.app.dexterity.git pushurl=${remotes:plone_push}/plone.app.dexterity.git branch=python3
plone.app.content = git ${remotes:plone}/plone.app.content.git pushurl=${remotes:plone_push}/plone.app.content.git branch=python3

[versions]
zc.buildout = 2.11.1
Expand Down

0 comments on commit d2d3774

Please sign in to comment.