Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
71b053b8
Commit
71b053b8
authored
Sep 29, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
73065d6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
component/pygolang/buildout-dev.cfg
component/pygolang/buildout-dev.cfg
+2
-1
stack/nxdtest.cfg
stack/nxdtest.cfg
+16
-0
stack/nxdtest/instance.cfg.in
stack/nxdtest/instance.cfg.in
+1
-1
No files found.
component/pygolang/buildout-dev.cfg
View file @
71b053b8
# 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
...
...
stack/nxdtest.cfg
View file @
71b053b8
...
...
@@ -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]
...
...
stack/nxdtest/instance.cfg.in
View file @
71b053b8
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment