Commit 42510eaa authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 94933e6f
......@@ -16,7 +16,7 @@ extends =
[ZEO]
recipe = zc.recipe.egg
egg = ${ZEO4:egg}
scripts = runzeo
#scripts = runzeo XXX kill
# ZEO4: we maintain our own 4-nxd branch with patches for wendelin.core to work
......
......@@ -7,13 +7,18 @@ extends =
../ZEO/buildout.cfg
[zodbtools]
recipe = zc.recipe.egg
# XXX neoppod also uses zc.recipe.egg (no :eggs) which means "generate scripts
# for all listed eggs", and if we want to generate zodb script here too it
# leads to conflict.
#recipe = zc.recipe.egg
recipe = zc.recipe.egg:eggs
egg = zodbtools
eggs =
zodbtools
depends =
${pygolang:egg}
${ZEO:egg}
scripts = zodb
#scripts = zodb
[versions]
......
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