Commit 2ad9df21 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b4e1232d
...@@ -12,8 +12,7 @@ extends = ...@@ -12,8 +12,7 @@ extends =
buildout.cfg buildout.cfg
parts = parts =
# XXX keep neoppod first and in parts so that ZEO is built correctly # keep neoppod first and in parts so that ZODB is built correctly
# FIXME can we avoid it? -> no need (we anyaway need NEO for tests)
neoppod neoppod
wendelin.core-dev wendelin.core-dev
...@@ -43,10 +42,10 @@ initialization = ...@@ -43,10 +42,10 @@ initialization =
# don't install scripts from listed eggs (avoid conflict with neoppod) # don't install scripts from listed eggs (avoid conflict with neoppod)
# (we cannot use zc.recipe.egg:eggs because interpreter does not work there) # (we cannot use zc.recipe.egg:eggs because interpreter does not work there)
# NOTE with scripts=ø interpreter is not handled, so we use `scripts=python` as # NOTE with scripts=ø interpreter is not handled, so we use `scripts=python` as
# workaround. # a workaround.
scripts = python scripts = python
# env.sh for that python +go to be on $PATH # env.sh for that python + go to be on $PATH
[wendelin.core-env.sh] [wendelin.core-env.sh]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
rendered = ${buildout:directory}/${:_buildout_section_name_} rendered = ${buildout:directory}/${:_buildout_section_name_}
......
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