Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
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
Commits
609382b1
Commit
609382b1
authored
Jun 14, 2018
by
Lorenzo Martinico
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct obs-buildout prefix directories
parent
da098a68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
42 deletions
+43
-42
obs-buildout.cfg
obs-buildout.cfg
+43
-42
re6stnet-chromebrew.zip
re6stnet-chromebrew.zip
+0
-0
No files found.
obs-buildout.cfg
View file @
609382b1
[buildout]
extends =
https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/stack/slapos.cfg
https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/component/chrpath/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
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=${buildout:directory}/parts/${:_buildout_section_name_}
[openssl]
prefix = parts/${:_buildout_section_name_}
environment +=
INSTALL_PREFIX=${buildout:directory}/
[versions]
re6stnet = 0.494
miniupnpc = 2.0.2
[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
re6stnet-chromebrew.zip
View file @
609382b1
No preview for this file type
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