Commit c1a81987 authored by Ivan Tyagov's avatar Ivan Tyagov

Setup OSIE's source code repository.

parent 4d502a32
[buildout]
parts =
open62541
osie-repository
# compile-coupler
extends =
https://lab.nexedi.com/nexedi/slapos/raw/master/stack/slapos.cfg
......@@ -17,7 +19,6 @@ part = python3
recipe = slapos.recipe.build:gitclone
repository = https://github.com/open62541/open62541.git
branch = master
revision = 465e8c47
git-executable = ${git:location}/bin/git
[open62541]
......@@ -35,3 +36,13 @@ configure-options =
-DUA_NAMESPACE_ZERO=FULL
-DUA_ENABLE_AMALGAMATION=ON
[osie-repository]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
# token must be removed if going public!!!
repository = https://gitlab+deploy-token-4:pLwtBu8TbusqZDKPUpZA@lab.nexedi.com/nexedi/osie.git
location = ${buildout:parts-directory}/osie
[compile-coupler]
recipe = slapos.recipe.cmmi
path = ${open62541:location}
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