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
80292059
Commit
80292059
authored
Oct 04, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
17445b1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
component/golang/buildout.cfg
component/golang/buildout.cfg
+7
-4
component/wendelin.core/test.cfg
component/wendelin.core/test.cfg
+0
-4
No files found.
component/golang/buildout.cfg
View file @
80292059
...
...
@@ -63,10 +63,11 @@ environment-extra =
# gowork is a top-level section representing workspace
#
# users
should
add `install` field to [gowork] to describe packages they want to
# users
can optionally
add `install` field to [gowork] to describe packages they want to
# be installed (+ automatically their dependencies are installed too). e.g.
#
# XXX install is optional (make empty by default)
# XXX explain how to build things if they are not in install (e.g. `go build` for a module)
#
# [gowork]
# install =
# lab.nexedi.com/kirr/neo/go/...
...
...
@@ -112,6 +113,9 @@ buildflags =
# empty pkg-config path by default
cpkgpath =
# by default don't `go install` anything
install =
# everything is done by dependent parts
recipe = plone.recipe.command
command = :
...
...
@@ -136,8 +140,7 @@ update-command = ${:command}
stop-on-error = true
# install go packages
# clients should put package list to install to gowork:install ("..." requests installing everything)
# XXX empty by default
# clients can put package list to install to gowork:install ("..." requests installing everything)
[gowork.goinstall]
recipe = plone.recipe.command
command = bash -c ". ${gowork:env.sh} && test -z '${gowork:install}' || go install ${gowork:buildflags} -v $(echo -n '${gowork:install}' |tr '\n' ' ')"
...
...
component/wendelin.core/test.cfg
View file @
80292059
...
...
@@ -17,10 +17,6 @@ parts =
repository = https://lab.nexedi.com/kirr/wendelin.core.git
branch = t
# XXX tmp (gowork depends on gowork.goinstall)
[gowork]
install =
# python interpreter with wendelin.core and all other eggs.
[wendelin.core-dev]
...
...
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