-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from plone/plip10359-security-controlpanel
add a .cfg for plip10359 security controlpanel
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
a7d4845
There was a problem hiding this comment.
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]