Commit 4174b297 authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Thomas Gambier

software/osie-coupler: use most recent release

Also copy generated binary to buildout root's bin folder.
parent c868a8e7
Pipeline #37373 failed with stage
in 0 seconds
......@@ -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
......
......@@ -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
......
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