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
khink committed Nov 12, 2013
2 parents 0e800fb + 20d7189 commit ce19a62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plips/plip10359-z3cform-controlpanel.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ auto-checkout +=
Products.CMFPlone
plone.app.controlpanel
plone.app.layout
plone.app.linkintegrity
plone.app.textfield

parts += test

Expand All @@ -18,7 +20,10 @@ defaults = ['--auto-color', '--auto-progress']

[sources]
plone.app.controlpanel = git ${remotes:plone}/plone.app.controlpanel.git pushurl=${remotes:plone_push}/plone.app.controlpanel.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
plone.app.textfield = git ${remotes:plone}/plone.app.textfield.git pushurl=${remotes:plone_push}/plone.app.textfield.git branch=plip10359-z3cform-controlpanel
Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git pushurl=${remotes:plone_push}/Products.CMFPlone.git branch=plip10359-z3cform-controlpanel
Products.MailHost = git git@github.com:zopefoundation/Products.MailHost.git

Expand Down
8 changes: 8 additions & 0 deletions plips/plip13705-remove-base-tag.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,22 @@ parts += jenkins-alltests

auto-checkout +=
Products.CMFPlone
plone.app.content
plonetheme.sunburst

eggs +=
Products.CMFPlone
plone.app.content
plonetheme.sunburst

jenkins-test-eggs = ${buildout:test-eggs}

# Things to run the tests for:
[test]
eggs +=
Products.CMFPlone [test]
plone.app.content [test]
plonetheme.sunburst [test]


[jenkins-alltests]
Expand All @@ -34,6 +40,8 @@ test-script = ${buildout:bin-directory}/jenkins-test

[sources]
Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git pushurl=${remotes:plone_push}/Products.CMFPlone.git branch=plip-13705-remove-base
plone.app.content = git ${remotes:plone}/plone.app.content.git pushurl=${remotes:plone_push}/plone.app.content.git branch=plip-13705-remove-base
plonetheme.sunburst = git ${remotes:plone}/plonetheme.sunburst.git pushurl=${remotes:plone_push}/plonetheme.sunburst.git branch=plip-13705-remove-base

[omelette]
recipe = collective.recipe.omelette
Expand Down

1 comment on commit ce19a62

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

Please sign in to comment.