Commit fc0c0a35 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4af28b38
......@@ -12,12 +12,17 @@ extends =
# [ZEO]
# egg = ${ZEO<version>:egg}
#
# By default ZEO4 is used
# By default ZEO4 is used.
[ZEO]
recipe = zc.recipe.egg
recipe = zc.recipe.egg:eggs
egg = ${ZEO4:egg}
eggs = ${:egg}
#scripts = runzeo XXX kill
# ZEO/scripts installs scripts from ZEO
[ZEO/scripts]
recipe = zc.recipe.egg:scripts
eggs = ${ZEO:egg}
# ZEO4: we maintain our own 4-nxd branch with patches for wendelin.core to work
......@@ -40,7 +45,6 @@ git-executable = ${git:location}/bin/git
# ZEO5 is plain upstream egg
[ZEO5]
# XXX :eggs not to install scripts (avoids conflict with neoppod)
recipe = zc.recipe.egg:eggs
egg = ZEO
eggs = ${:egg}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment