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 +=
|
parts +=
|
||||||
omelette
|
omelette
|
||||||
test
|
test
|
||||||
|
releaser
|
||||||
zopepy
|
zopepy
|
||||||
sphinxbuilder
|
sphinxbuilder
|
||||||
sphinxupload
|
sphinxupload
|
||||||
@ -33,6 +34,10 @@ recipe = collective.xmltestreport
|
|||||||
eggs = ${buildout:package-name} [test]
|
eggs = ${buildout:package-name} [test]
|
||||||
defaults = ['--auto-color', '--auto-progress']
|
defaults = ['--auto-color', '--auto-progress']
|
||||||
|
|
||||||
|
[releaser]
|
||||||
|
recipe = zc.recipe.egg
|
||||||
|
eggs = jarn.mkrelease
|
||||||
|
|
||||||
[zopepy]
|
[zopepy]
|
||||||
recipe = zc.recipe.egg
|
recipe = zc.recipe.egg
|
||||||
eggs = ${instance:eggs}
|
eggs = ${instance:eggs}
|
||||||
|
Loading…
Reference in New Issue
Block a user