Add jarn.mkrelease to buildout.
svn path=/plone.app.discussion/trunk/; revision=50077
This commit is contained in:
parent
102ad53722
commit
7a7a708fc0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user