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
a15808a5
Commit
a15808a5
authored
Oct 12, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
19a0e3c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
component/pygolang/test.cfg
component/pygolang/test.cfg
+0
-1
component/pytest/buildout.cfg
component/pytest/buildout.cfg
+1
-0
component/wendelin.core/test-common.cfg
component/wendelin.core/test-common.cfg
+4
-3
No files found.
component/pygolang/test.cfg
View file @
a15808a5
...
@@ -35,7 +35,6 @@ template = inline:
...
@@ -35,7 +35,6 @@ template = inline:
export PATH=${buildout:bin-directory}:$PATH
export PATH=${buildout:bin-directory}:$PATH
# XXX needed? -> move to stack/nxdtest completely?
[instance.cfg]
[instance.cfg]
<= nxdtest-instance.cfg
<= nxdtest-instance.cfg
env.sh = ${pygolang-env.sh:rendered}
env.sh = ${pygolang-env.sh:rendered}
...
...
component/pytest/buildout.cfg
View file @
a15808a5
# SlapOS component for pytest.
# SlapOS component for pytest.
# https://pytest.org
# https://pytest.org
# XXX +scripts
[pytest]
[pytest]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
eggs = pytest
eggs = pytest
...
...
component/wendelin.core/test-common.cfg
View file @
a15808a5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
[buildout]
[buildout]
extends =
extends =
# test*.cfg first extend from neoppod/software<ZODB-fla
b
our>.cfg to use
# test*.cfg first extend from neoppod/software<ZODB-fla
v
our>.cfg to use
# appropriate ZODB and versions of other components.
# appropriate ZODB and versions of other components.
../pytest/buildout.cfg
../pytest/buildout.cfg
...
@@ -12,7 +12,7 @@ extends =
...
@@ -12,7 +12,7 @@ extends =
buildout.cfg
buildout.cfg
parts =
parts =
# XXX keep neoppod and in parts so that ZEO is built correctly
# XXX keep neoppod
first
and in parts so that ZEO is built correctly
# FIXME can we avoid it? -> no need (we anyaway need NEO for tests)
# FIXME can we avoid it? -> no need (we anyaway need NEO for tests)
neoppod
neoppod
...
@@ -46,7 +46,7 @@ initialization =
...
@@ -46,7 +46,7 @@ initialization =
# workaround.
# workaround.
scripts = python
scripts = python
# env.sh for that python
to be on $PATH XXX + go
# 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_}
...
@@ -61,6 +61,7 @@ template = inline:
...
@@ -61,6 +61,7 @@ template = inline:
env.sh = ${wendelin.core-env.sh:rendered}
env.sh = ${wendelin.core-env.sh:rendered}
workdir = ${wendelin.core-repository:location}
workdir = ${wendelin.core-repository:location}
[versions]
[versions]
neoppod = 1.12.0
neoppod = 1.12.0
...
...
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