Skip to content

Commit

Permalink
Merge pull request #289 from zopefoundation/scripts-once
Browse files Browse the repository at this point in the history
Create all scripts only once.
  • Loading branch information
leorochael committed Jun 28, 2018
2 parents e6a85ac + 0a1fed6 commit f636ccb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions buildout.cfg
Expand Up @@ -9,9 +9,9 @@ extends =
installed = .installed.cfg
parts =
test
zopescripts
scripts
zserverscripts
zopepy
zopescripts
alltests
ztktests
allpy
Expand All @@ -36,25 +36,22 @@ initialization =
eggs = Zope


[zopescripts]
[scripts]
recipe = zc.recipe.egg
eggs =
Zope
tox
wheel
zest.releaser


[zserverscripts]
recipe = zc.recipe.egg
eggs = ZServer


[zopepy]
[zopescripts]
recipe = zc.recipe.egg
interpreter = zopepy
eggs = Zope
wheel


[alltests]
Expand Down Expand Up @@ -135,6 +132,7 @@ eggs =
recipe = zc.recipe.egg
eggs = ${alltests:eggs}
interpreter = allpy
scripts = allpy


[sphinx]
Expand All @@ -154,6 +152,6 @@ eggs = z3c.checkversions [buildout]
[requirements]
recipe = plone.recipe.command
command =
${zopepy:bin-directory}/${zopepy:interpreter} util.py
${zopescripts:bin-directory}/${zopescripts:interpreter} util.py
update-command = ${:command}
stop-on-error = yes

0 comments on commit f636ccb

Please sign in to comment.