Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joanne Hugé
slapos
Commits
1ccfaf92
Commit
1ccfaf92
authored
Sep 23, 2022
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: Add libloc
parent
bb5c70ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
+30
-2
component/libloc/buildout.cfg
component/libloc/buildout.cfg
+25
-0
software/re6stnet/software.cfg
software/re6stnet/software.cfg
+5
-2
No files found.
component/libloc/buildout.cfg
0 → 100644
View file @
1ccfaf92
[buildout]
extends =
../python3/buildout.cfg
[libloc]
recipe = slapos.recipe.cmmi
location = ${buildout:parts-directory}/${:_buildout_section_name_}
url = https://github.com/ipfire/libloc/archive/${:version}.tar.gz
version = 0.9.16
md5sum = 9cf21d20210e66f1f6332871fbebffe2
configure-options =
--prefix=@@LOCATION@@
--libdir=${python3:location}/lib
--disable-perl
DESTDIR=${:location}
make-options =
prefix=${:location}
environment =
PATH=${python3:location}/bin:%(PATH)s
PYTHON=${python3:executable}
PYTHON_PATH=${python3:location}
PKG_CONFIG_PATH=${python3:location}/lib/pkgconfig
pre-configure =
./autogen.sh
software/re6stnet/software.cfg
View file @
1ccfaf92
...
@@ -6,6 +6,7 @@ extends =
...
@@ -6,6 +6,7 @@ extends =
../../component/logrotate/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/apache/buildout.cfg
../../component/apache/buildout.cfg
../../component/geoip2/buildout.cfg
../../component/geoip2/buildout.cfg
../../component/libloc/buildout.cfg
../../component/git/buildout.cfg
../../component/git/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../stack/slapos.cfg
../../stack/slapos.cfg
...
@@ -15,6 +16,7 @@ extends =
...
@@ -15,6 +16,7 @@ extends =
parts +=
parts +=
slapos-cookbook
slapos-cookbook
libloc
template
template
[python]
[python]
...
@@ -22,7 +24,7 @@ part = python2.7
...
@@ -22,7 +24,7 @@ part = python2.7
[re6stnet-repository]
[re6stnet-repository]
recipe = slapos.recipe.build:gitclone
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/
nexedi
/re6stnet.git
repository = https://lab.nexedi.com/
jhuge
/re6stnet.git
git-executable = ${git:location}/bin/git
git-executable = ${git:location}/bin/git
[re6stnet-setup-env]
[re6stnet-setup-env]
...
@@ -40,7 +42,8 @@ eggs =
...
@@ -40,7 +42,8 @@ eggs =
${python-cffi:egg}
${python-cffi:egg}
${python-cryptography:egg}
${python-cryptography:egg}
pyOpenSSL
pyOpenSSL
re6stnet[geoip]
re6stnet[geoip,location]
location
initialization =
initialization =
import os
import os
path = os.environ.get('PATH', '/bin:/usr/bin')
path = os.environ.get('PATH', '/bin:/usr/bin')
...
...
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