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
Ophélie Gagnard
slapos
Commits
61562557
Commit
61562557
authored
Feb 02, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: Compile only metadata-collect-agent.
parent
bb08e8fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
38 deletions
+33
-38
software/metadata-collect-agent/software.cfg
software/metadata-collect-agent/software.cfg
+33
-38
No files found.
software/metadata-collect-agent/software.cfg
View file @
61562557
# kmod: see https://packages.debian.org/bullseye/kmod for details
# dependency of dracut
[buildout]
parts =
kmod
[kmod]
recipe = slapos.recipe.cmmi
shared = true
url = http://deb.debian.org/debian/pool/main/k/kmod/kmod_28.orig.tar.xz
bash-5.1$ cat libkmod2/buildout.cfg
# libkmod2: see https://packages.debian.org/bullseye/libkmod2 for details
# dependency of dracut
[buildout]
parts =
libkmod2
[libkmod2]
recipe = slapos.recipe.cmmi
url = http://deb.debian.org/debian/pool/main/k/kmod/kmod_28.orig.tar.xz
configure-command = source configure.ac
bash-5.1$ cat ../software/metadata-collect-agent/software.cfg
[buildout]
[buildout]
extends =
extends =
../../stack/slapos.cfg
../../stack/slapos.cfg
../../component/defaults.cfg
../../component/defaults.cfg
# used to link with python3
#../../pkg-config
# used in the Cython+/C++ code
# used in the Cython+/C++ code
../../component/fmtlib/buildout.cfg
#
../../component/fmtlib/buildout.cfg
# used to compile fluentbit
# used to compile fluentbit
../../component/golang/buildout.cfg
#
../../component/golang/buildout.cfg
# dracut dependencies:
# dracut dependencies:
../../component/bash/buildout.cfg
#
../../component/bash/buildout.cfg
../../component/cpio/buildout.cfg
#
../../component/cpio/buildout.cfg
../../component/e2fsprogs/buildout.cfg
#
../../component/e2fsprogs/buildout.cfg
../../component/kmod/buildout.cfg
#
../../component/kmod/buildout.cfg
#../../kpartx
#../../kpartx
#../../libc6 >= 2.27 (?)
#../../libc6 >= 2.27 (?)
../../component/libkmod2/buildout.cfg
#
../../component/libkmod2/buildout.cfg
../../component/pkgconfig/buildout.cfg
#
../../component/pkgconfig/buildout.cfg
#../../udev
#../../udev
../../component/util-linux/buildout.cfg
#
../../component/util-linux/buildout.cfg
parts =
parts =
fmtlib
metadata-collect-agent
golang1.17
# fmtlib
dracut
# golang1.17
# dracut
[python]
[metadata-collect-agent]
part = python3.7
recipe = slapos.recipe.cmmi
path = ${mca-gitclone:location}
configure-command = :
make-targets =
no-dracut
install-no-dracut
environment =
INCLUDE_PYTHON=${python3:location}
[mca-gitclone]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/metadata-collect-agent.git
branch = clean-installation
#[python]
#part = python3.7
#############################
#############################
#[dracut]
#[dracut]
...
@@ -60,3 +54,4 @@ part = python3.7
...
@@ -60,3 +54,4 @@ part = python3.7
# PATH=${libkmod2:location}/bin:{pkgconfig:location}/bin:%(PATH)s
# PATH=${libkmod2:location}/bin:{pkgconfig:location}/bin:%(PATH)s
# PATH=${e2fsprogs:location}/bin:{kmod:location}/bin:{libkmod2:location}/bin:{pkgconfig:location}/bin:%(PATH)s
# PATH=${e2fsprogs:location}/bin:{kmod:location}/bin:{libkmod2:location}/bin:{pkgconfig:location}/bin:%(PATH)s
############################
############################
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