Add jarn.mkrelease to buildout.

svn path=/plone.app.discussion/trunk/; revision=50077
This commit is contained in:
Timo Stollenwerk 2011-05-28 11:09:55 +00:00
parent 102ad53722
commit 7a7a708fc0
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ package-directory = plone/app/discussion
parts +=
omelette
test
releaser
zopepy
sphinxbuilder
sphinxupload
@ -33,6 +34,10 @@ recipe = collective.xmltestreport
eggs = ${buildout:package-name} [test]
defaults = ['--auto-color', '--auto-progress']
[releaser]
recipe = zc.recipe.egg
eggs = jarn.mkrelease
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}