Skip to content

Commit

Permalink
some pull-requests regarding plone/plone.app.testing#51 were merged
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Sep 27, 2018
1 parent 192e37a commit 2e6de56
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions py3_on_py2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,18 @@ parts +=
alltests-at

[sources]
# https://github.com/plone/archetypes.schemaextender/pull/5
archetypes.schemaextender = git ${remotes:plone}/archetypes.schemaextender.git pushurl=${remotes:plone_push}/archetypes.schemaextender.git branch=testlayer
# https://github.com/plone/plone.app.blob/pull/51
plone.app.blob = git ${remotes:plone}/plone.app.blob.git pushurl=${remotes:plone_push}/plone.app.blob.git branch=testlayer
plone.app.folder = git ${remotes:plone}/plone.app.folder.git pushurl=${remotes:plone_push}/plone.app.folder.git branch=testlayer
plone.app.imaging = git ${remotes:plone}/plone.app.imaging.git pushurl=${remotes:plone_push}/plone.app.imaging.git branch=testlayer
Products.Archetypes = git ${remotes:plone}/Products.Archetypes.git pushurl=${remotes:plone_push}/Products.Archetypes.git branch=testlayer
# https://github.com/plone/Products.ATContentTypes/pull/56
Products.ATContentTypes = git ${remotes:plone}/Products.ATContentTypes.git pushurl=${remotes:plone_push}/Products.ATContentTypes.git branch=testlayer
Products.CMFFormController = git ${remotes:plone}/Products.CMFFormController.git pushurl=${remotes:plone_push}/Products.CMFFormController.git branch=testlayer
Products.contentmigration = git ${remotes:plone}/Products.contentmigration.git pushurl=${remotes:plone_push}/Products.contentmigration.git branch=testlayer
Products.Marshall = git ${remotes:plone}/Products.Marshall.git pushurl=${remotes:plone_push}/Products.Marshall.git branch=testlayer

# Products.Archetypes = git ${remotes:plone}/Products.Archetypes.git pushurl=${remotes:plone_push}/Products.Archetypes.git branch=master
# Products.CMFFormController = git ${remotes:plone}/Products.CMFFormController.git pushurl=${remotes:plone_push}/Products.CMFFormController.git branch=master
# Products.Marshall = git ${remotes:plone}/Products.Marshall.git pushurl=${remotes:plone_push}/Products.Marshall.git branch=master
# Products.contentmigration = git ${remotes:plone}/Products.contentmigration.git pushurl=${remotes:plone_push}/Products.contentmigration.git branch=master
# plone.app.folder = git ${remotes:plone}/plone.app.folder.git pushurl=${remotes:plone_push}/plone.app.folder.git branch=master
# plone.app.imaging = git ${remotes:plone}/plone.app.imaging.git pushurl=${remotes:plone_push}/plone.app.imaging.git branch=testlayer

[versions]

0 comments on commit 2e6de56

Please sign in to comment.