Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew-buildout-re6st
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew-buildout-re6st
Commits
ac2648ac
Commit
ac2648ac
authored
Jun 19, 2018
by
Lorenzo Martinico
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start tracking buildout history for final destination
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
buildout.cfg
buildout.cfg
+43
-0
No files found.
buildout.cfg
0 → 100644
View file @
ac2648ac
[buildout]
extends =
file:///usr/local/tmp/slapos/stack/slapos.cfg
file:///usr/local/tmp/slapos/component/chrpath/buildout.cfg
file:///usr/local/tmp/slapos/component/re6stnet/buildout.cfg
extends-cache = ${buildout:directory}/extends-cache
download-cache = ${buildout:directory}/download-cache
develop =
extensions = slapos.rebootstrap
newest = false
parts += chrpath python
[python]
recipe = zc.recipe.egg
interpreter = ${:_buildout_section_name_}
eggs = setuptools
# https://lab.nexedi.com/nexedi/slapos.buildout/merge_requests/11
scripts = dummy
# Uguu, upstream buildout.cfg must be patched as it works the other way
# around from a packager point of view at least, thus at the end static
# path, such as Python HOME directory, are wrong...
#
# Currently:
# ./configure --prefix=BUILD_DIRECTORY && make install
# Instead of:
# ./configure --prefix=INSTALL_DIRECTORY && make install DESTDIR=BUILD_DIRECTORY
[python2.7]
configure-options +=
--prefix=/usr/local/opt/re6st/parts/${:_buildout_section_name_}
environment +=
DESTDIR=/usr/local/tmp/crew/dest/
[openssl]
prefix = /usr/local/opt/re6st/parts/${:_buildout_section_name_}
environment +=
INSTALL_PREFIX=/usr/local/tmp/crew/dest/
[versions]
re6stnet = 0.494
miniupnpc = 2.0.2
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