Skip to content

Commit

Permalink
Merge pull request #61 from plone/plip10359-security-controlpanel
Browse files Browse the repository at this point in the history
add a .cfg for plip10359 security controlpanel
  • Loading branch information
tisto committed Jan 29, 2015
2 parents b36220e + 08fc620 commit a7d4845
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions plips/plip10359-security-controlpanel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# https://dev.plone.org/ticket/10359
# https://github.com/plone/Products.CMFPlone/issues/216
# Convert security control panel to use z3c.form
# Use registry configuration
# Move it to Products.CMFPlone

[buildout]
extends = plipbase.cfg

auto-checkout +=
Products.CMFPlone
Products.PasswordResetTool
plone.app.collection
plone.app.contenttypes
plone.app.controlpanel
plone.app.layout
plone.app.openid
plone.app.portlets
plone.app.robotframework
plone.app.search
plone.app.upgrade
plone.app.users

parts += test

[test]
recipe = collective.xmltestreport
defaults = ['--auto-color', '--auto-progress']
eggs +=
plone.app.controlpanel [test]
jenkins-test-eggs =
Products.CMFPlone
jenkins-test-directories =
src/plone.app.controlpanel/plone/app/controlpanel

[sources]
Products.CMFPlone = git git@github.com:plone/Products.CMFPlone.git branch=plip10359-security-controlpanel
Products.PasswordResetTool = git git@github.com:plone/Products.PasswordResetTool.git branch=plip10359-security-controlpanel
plone.app.collection = git git@github.com:plone/plone.app.collection.git branch=plip10359-security-controlpanel
plone.app.contenttypes = git git@github.com:plone/plone.app.contenttypes.git branch=plip10359-security-controlpanel
plone.app.layout = git git@github.com:plone/plone.app.layout.git branch=plip10359-security-controlpanel
plone.app.openid = git git@github.com:plone/plone.app.openid.git branch=plip10359-security-controlpanel
plone.app.portlets = git git@github.com:plone/plone.app.portlets.git branch=plip10359-security-controlpanel
plone.app.robotframework = git git@github.com:plone/plone.app.robotframework.git branch=plip10359-security-controlpanel
plone.app.search = git git@github.com:plone/plone.app.search.git branch=plip10359-security-controlpanel
plone.app.upgrade = git git@github.com:plone/plone.app.upgrade.git branch=plip10359-security-controlpanel
plone.app.users = git git@github.com:plone/plone.app.users.git branch=plip10359-security-controlpanel

1 comment on commit a7d4845

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=9977a5f030744893add0e893e13f4cc6
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.