Commit 71b053b8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 73065d6d
# SlapOS component for pygolang development
[buildout]
extends =
extends =
buildout.cfg
../git/buildout.cfg
......@@ -13,6 +13,7 @@ setup = ${pygolang-repository:location}
[pygolang-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/pygolang.git
revision = 74a7853c08fa
location = ${buildout:parts-directory}/pygolang-dev
git-executable = ${git:location}/bin/git
......
......@@ -10,6 +10,7 @@
[buildout]
extends =
slapos.cfg
../component/git/buildout.cfg
nxdtest/buildout.hash.cfg
[nxdtest-instance.cfg]
......@@ -19,6 +20,21 @@ rendered= ${buildout:directory}/${:_buildout_section_name_}
mode = 0644
context =
section buildout buildout
section nxdtest nxdtest
[nxdtest]
recipe = zc.recipe.egg:develop
setup = ${nxdtest-repository:location}
# XXX
exe = 123
[nxdtest-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/kirr/nxdtest.git
revision = 74a7853c08fa
location = ${buildout:parts-directory}/nxdtest
git-executable = ${git:location}/bin/git
[versions]
......
......@@ -24,5 +24,5 @@ t = ${:home}/t
[runTestSuite]
recipe = slapos.cookbook:wrapper
wrapper-path = ${directory:bin}/${:_buildout_section_name_}
command-line = /bin/bash -c 'cd ${directory:t} && ${software:bin}/nxdtest-runTestSuite "$@"' runTestSuite
command-line = /bin/bash -c 'cd ${directory:t} && ${nxdtest:exe} "$@"' nxdtest
# "$@" is implicitly added to argv
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