Commit 1a2fc45f authored by Ophélie Gagnard's avatar Ophélie Gagnard

Use cmmi on a release instead of gitclone to compile MCA.

- gitclone does not support download-cache, so it fails in OBS' servers.

Deactivate fluent-bit part as there is already a package with fluent-bit.
- A merge between the two packages can be made later on.
parent da227718
[buildout] [buildout]
extends = extends =
../../component/fluent-bit/buildout.cfg # ../../component/fluent-bit/buildout.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/defaults.cfg ../../component/defaults.cfg
../../component/gcc/buildout.cfg ../../component/gcc/buildout.cfg
...@@ -12,12 +12,13 @@ parts = ...@@ -12,12 +12,13 @@ parts =
# gcc-8.5 # gcc-8.5
# fmtlib # fmtlib
# golang1.17 # golang1.17
fluent-bit # fluent-bit
metadata-collect-agent metadata-collect-agent
[metadata-collect-agent] [metadata-collect-agent]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${mca-gitclone:location} url = https://lab.nexedi.com/nexedi/metadata-collect-agent/-/archive/v0.1-buildout/metadata-collect-agent-v0.1-buildout.tar.gz
#path = ${mca-gitclone:location}
configure-command = : configure-command = :
make-targets = make-targets =
no-dracut no-dracut
...@@ -33,11 +34,11 @@ environment = ...@@ -33,11 +34,11 @@ environment =
FMTLIB_PATH=${fmtlib:location} FMTLIB_PATH=${fmtlib:location}
PATH=${golang1.17:location}/bin:%(PATH)s PATH=${golang1.17:location}/bin:%(PATH)s
[mca-gitclone] #[mca-gitclone]
recipe = slapos.recipe.build:gitclone #recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/metadata-collect-agent.git #repository = https://lab.nexedi.com/nexedi/metadata-collect-agent.git
branch = minimal-installation #branch = minimal-installation
revision = 1e83400db2d2c32f85cc4986d752ff7c93b7d769 #revision = 1e83400db2d2c32f85cc4986d752ff7c93b7d769
#[python] #[python]
#part = python3.7 #part = python3.7
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