Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos
Commits
4174b297
Commit
4174b297
authored
3 months ago
by
Ivan Tyagov
Committed by
Thomas Gambier
2 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/osie-coupler: use most recent release
Also copy generated binary to buildout root's bin folder.
parent
c868a8e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
component/osie-coupler/buildout.cfg
component/osie-coupler/buildout.cfg
+1
-2
software/osie-coupler/software.cfg
software/osie-coupler/software.cfg
+4
-0
No files found.
component/osie-coupler/buildout.cfg
View file @
4174b297
...
...
@@ -15,12 +15,11 @@ max_version = 0
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/nexedi/osie.git
revision =
dd9aea8
revision =
7d6b1af
[osie-coupler]
recipe = slapos.recipe.cmmi
path = ${osie-repository:location}/coupler
bin_dir = ${:path}/bin/
environment =
PATH=${gcc:prefix}/bin:/usr/bin
C_INCLUDE_PATH=${open62541:location}/include:${open62541:location}/deps:${open62541:location}/src/pubsub
...
...
This diff is collapsed.
Click to expand it.
software/osie-coupler/software.cfg
View file @
4174b297
...
...
@@ -8,6 +8,10 @@ extends =
../../stack/slapos.cfg
../../component/osie-coupler/buildout.cfg
[osie-coupler]
bin_dir = ${buildout:directory}/bin/
post-install =
cp bin/server ${:bin_dir}
[instance-profile]
recipe = slapos.recipe.template:jinja2
...
...
This diff is collapsed.
Click to expand it.
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