Commit b1169a1a authored by Lorenzo Martinico's avatar Lorenzo Martinico

Stop local file references, update configuration

Set proper destination for python and openssl
Add configuration options for some packages that do not compile
Remove superfluous rebootstrap extension
parent ac2648ac
[buildout] [buildout]
extends = extends =
file:///usr/local/tmp/slapos/stack/slapos.cfg https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/stack/slapos.cfg
file:///usr/local/tmp/slapos/component/chrpath/buildout.cfg https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/component/chrpath/buildout.cfg
file:///usr/local/tmp/slapos/component/re6stnet/buildout.cfg https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/component/re6stnet/buildout.cfg
extends-cache = ${buildout:directory}/extends-cache
download-cache = ${buildout:directory}/download-cache download-cache = ${buildout:directory}/download-cache
develop = develop =
extensions = slapos.rebootstrap
newest = false newest = false
parts += chrpath python parts += chrpath python
...@@ -31,12 +29,15 @@ scripts = dummy ...@@ -31,12 +29,15 @@ scripts = dummy
[python2.7] [python2.7]
configure-options += configure-options +=
--prefix=/usr/local/opt/re6st/parts/${:_buildout_section_name_} --prefix=/usr/local/opt/re6st/parts/${:_buildout_section_name_}
environment +=
DESTDIR=/usr/local/tmp/crew/dest/
[openssl] [openssl]
prefix = /usr/local/opt/re6st/parts/${:_buildout_section_name_} prefix = /usr/local/opt/re6st/parts/${:_buildout_section_name_}
environment +=
INSTALL_PREFIX=/usr/local/tmp/crew/dest/ [logrotate]
configure-options = --without-acl
[python-cryptography-env]
LD_LIBRARY_PATH=${openssl:location}/lib:%(LD_LIBRARY_PATH)s
[versions] [versions]
re6stnet = 0.494 re6stnet = 0.494
......
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