Commit ed9279cf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 85025788
......@@ -22,7 +22,7 @@ setup-eggs =
[gpython]
recipe = zc.recipe.egg
eggs = ${pygolang:egg}
scripts = gpython
scripts = gpython
# convenience for gpython users
exe = ${buildout:bin-directory}/gpython
......
......@@ -2,8 +2,8 @@
[buildout]
extends =
../../../stack/nxdtest.cfg
../buildout-dev.cfg
../../stack/nxdtest.cfg
buildout-dev.cfg
parts =
pygolang
......@@ -33,9 +33,9 @@ interpreter = python
# env.sh for pygolang's python/gpython to be on $PATH.
[pygolang-env.sh]
recipe = slapos.recipe.template:jinja2
rendered= ${buildout:directory}/${:_buildout_section_name_}
template= inline:
recipe = slapos.recipe.template:jinja2
rendered = ${buildout:directory}/${:_buildout_section_name_}
template = inline:
export PS1="(pygolang-env) $PS1"
export PATH=${buildout:bin-directory}:$PATH
......@@ -43,7 +43,6 @@ template= inline:
# XXX needed? -> move to stack/nxdtest completely?
[instance.cfg]
<= nxdtest-instance.cfg
env.sh = ${pygolang-env.sh:rendered}
workdir = ${pygolang-repository:location}
......
# instance to test a software via nxdtest under Nexedi testing infrastructure.
# instance to test a software via nxdtest under Nexedi testing infrastructure.
[buildout]
parts = runTestSuite
......
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