Commit 7ec4fbf4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7146e019
...@@ -36,9 +36,14 @@ template = inline: ...@@ -36,9 +36,14 @@ template = inline:
[instance.cfg] [instance.cfg]
<= nxdtest-instance.cfg <= jinja2-template
env.sh = ${pygolang-env.sh:rendered} template = inline:
workdir = ${pygolang-repository:location} [buildout]
extends = ${nxdtest-instance.cfg:rendered}
[runTestSuite]
env.sh = ${pygolang-env.sh:rendered}
workdir = ${pygolang-repository:location}
[versions] [versions]
......
...@@ -77,14 +77,6 @@ mode = 0755 ...@@ -77,14 +77,6 @@ mode = 0755
# instance # instance
[jinja2-template]
recipe = slapos.recipe.template:jinja2
template= ${:_profile_base_location_}/${:filename}
rendered= ${buildout:directory}/${:_buildout_section_name_}
mode = 0644
context =
section buildout buildout
[instance.cfg] [instance.cfg]
<= jinja2-template <= jinja2-template
template = inline: template = inline:
...@@ -121,6 +113,8 @@ eggs = ...@@ -121,6 +113,8 @@ eggs =
${ZEO:egg} ${ZEO:egg}
# for e.g. tcpu.py # for e.g. tcpu.py
${pygolang:egg} ${pygolang:egg}
# for instance
plone.recipe.command
# wendelin.core: latest not yet released # wendelin.core: latest not yet released
...@@ -147,3 +141,5 @@ zc.lockfile = 1.2.1 ...@@ -147,3 +141,5 @@ zc.lockfile = 1.2.1
# Required by: # Required by:
# neoppod==1.8.1 # neoppod==1.8.1
python-dateutil = 2.7.1 python-dateutil = 2.7.1
# XXX plone.recipe.command =
...@@ -15,12 +15,18 @@ extends = ...@@ -15,12 +15,18 @@ extends =
../component/git/buildout.cfg ../component/git/buildout.cfg
nxdtest/buildout.hash.cfg nxdtest/buildout.hash.cfg
[jinja2-template]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/${:filename}
rendered = ${buildout:directory}/${:_buildout_section_name_}
mode = 0644
context =
section buildout buildout
[nxdtest-instance.cfg] [nxdtest-instance.cfg]
recipe = slapos.recipe.template:jinja2 <= jinja2-template
template= ${:_profile_base_location_}/nxdtest/${:filename} template = ${:_profile_base_location_}/nxdtest/${:filename}
rendered= ${buildout:directory}/${:_buildout_section_name_} context +=
mode = 0644
context =
section buildout buildout section buildout buildout
section nxdtest nxdtest section nxdtest nxdtest
# key env_sh :env.sh # key env_sh :env.sh
......
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