Commit de78832e authored by Ivan Tyagov's avatar Ivan Tyagov

First slaposification of OSIE-PLC. WIP.

parent 0aa82b37
[buildout]
extends =
buildout.hash.cfg
https://lab.nexedi.com/nexedi/slapos/raw/1.0/component/fluentd/buildout.cfg
https://lab.nexedi.com/nexedi/slapos/raw/1.0/stack/slapos.cfg
parts =
osie-repository
osie-plc-egg
# fix for pypi: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html
index = https://pypi.python.org/simple/
[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
[osie-plc-egg]
recipe = zc.recipe.egg:develop
egg = osie-plc
setup = ${osie-repository:location}/eggs/osie-plc/
[eggs]
eggs +=
${osie-plc-egg:egg}
setuptools
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