Skip to content

Commit

Permalink
Merge branch '5.0' of github.com:plone/buildout.coredev into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Nov 12, 2013
2 parents 9ef0055 + 841bdc6 commit a5deda8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plips/plip10359-z3cform-controlpanel.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extends = plipbase.cfg
auto-checkout +=
Products.CMFPlone
plone.app.controlpanel
plone.app.discussion
plone.app.layout
plone.app.linkintegrity
plone.app.textfield
Expand All @@ -22,6 +23,7 @@ jenkins-test-directories =

[sources]
plone.app.controlpanel = git ${remotes:plone}/plone.app.controlpanel.git pushurl=${remotes:plone_push}/plone.app.controlpanel.git branch=plip10359-z3cform
plone.app.discussion = git ${remotes:plone}/plone.app.discussion.git pushurl=${remotes:plone_push}/plone.app.discussion.git branch=plip10359-z3cform
plone.app.form = git ${remotes:plone}/plone.app.form.git pushurl=${remotes:plone_push}/plone.app.form.git branch=plip10359-z3cform-controlpanel
plone.app.layout = git ${remotes:plone}/plone.app.layout.git pushurl=${remotes:plone_push}/plone.app.layout.git branch=plip10359-z3cform-controlpanel
plone.app.linkintegrity = git ${remotes:plone}/plone.app.linkintegrity.git pushurl=${remotes:plone_push}/plone.app.linkintegrity.git branch=plip10359-z3cform-controlpanel
Expand Down
8 changes: 8 additions & 0 deletions plips/plip12253-users-z3cform.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
[buildout]
extends = plipbase.cfg

parts +=
coverage-test
coverage-report

auto-checkout +=
plone.app.users
# collective.examples.userdata
Expand All @@ -20,3 +24,7 @@ plone.app.users = git ${remotes:plone}/plone.app.users.git branch=plip12253-use-
#zcml +=
# collective.examples.userdata-configure
# collective.examples.userdata-overrides

[test]
eggs =
plone.app.users [test]

1 comment on commit a5deda8

@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=cb64162801214eecb109a8c11f3555a7
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.