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
Léo-Paul Géneau
slapos
Commits
853de1da
Commit
853de1da
authored
Nov 16, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mca: Reorganize obs files.
component/mca: Move obs files from software/mca software: Delete "mca".
parent
f8d65b44
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
28 deletions
+18
-28
component/mca/obs-nodep.cfg
component/mca/obs-nodep.cfg
+5
-9
component/mca/obs-static-nodep.cfg
component/mca/obs-static-nodep.cfg
+6
-12
component/mca/obs-static.cfg
component/mca/obs-static.cfg
+4
-4
component/mca/obs.cfg
component/mca/obs.cfg
+3
-3
No files found.
software/mca/dep--mca
.cfg
→
component/mca/obs-nodep
.cfg
View file @
853de1da
# This is part of the OCEAN project.
# MCA stands for Metadata Collect Agent
# "dep--" means it does not compile all the building dependencies
# https://lab.nexedi.com/nexedi/metadata-collect-agent
#
# This file is used for packaging with OBS.
# "-nodep" means "no build dependencies", it is faster and therefore useful for development
[buildout]
# delete slapos.rebootstrap as we use python from the host
...
...
@@ -9,10 +12,9 @@ extensions =
slapos.extension.shared
extends =
software
.cfg
obs
.cfg
parts =
fluentbit-plugin-wendelin
mca
[python2.7]
...
...
@@ -25,12 +27,6 @@ recipe =
environment =
location = /usr
[golang1.17]
recipe = plone.recipe.command
command = ${:location}/bin/go env -w GOPATH=${buildout:directory}/go
environment =
location = /usr
[cmake]
recipe =
environment =
...
...
software/mca/dep--mca--static
.cfg
→
component/mca/obs-static-nodep
.cfg
View file @
853de1da
# This is part of the OCEAN project.
# MCA stands for Metadata Collect Agent
# "dep--" means it does not compile all the building dependencies
# "--static" indicates that it is the statically linked version of it
# https://lab.nexedi.com/nexedi/metadata-collect-agent
#
# This file is used for packaging with OBS.
# "-static" indicates that it is the statically linked version
# "-nodep" means "no build dependencies", it is faster and therefore useful for development
[buildout]
# delete slapos.rebootstrap as we use python from the host
...
...
@@ -10,10 +13,9 @@ extensions =
slapos.extension.shared
extends =
mca-
-static.cfg
obs
-static.cfg
parts =
fluentbit-plugin-wendelin
mca
[python2.7]
...
...
@@ -26,14 +28,6 @@ recipe =
environment =
location = /usr
[golang1.17]
recipe = plone.recipe.command
command = ${:location}/bin/go env -w GOPATH=${buildout:directory}/go
environment =
environment-extra =
stop-on-error = yes
location = /usr
[cmake]
recipe =
environment =
...
...
software/mca/mca-
-static.cfg
→
component/mca/obs
-static.cfg
View file @
853de1da
# This is part of the OCEAN project.
# MCA stands for Metadata Collect Agent
# https://lab.nexedi.com/nexedi/metadata-collect-agent
# "--static" indicates that it is the statically linked version of it
#
# This file is used for packaging with OBS.
# "-static" indicates that it is the statically linked version
[buildout]
extends =
software
.cfg
obs
.cfg
parts =
fluentbit-plugin-wendelin
mca
# ENABLE STATIC LINKING
# note: as a general matter, one has to tweak each dependency by hand to get a static executable
[mca]
...
...
software/mca/software
.cfg
→
component/mca/obs
.cfg
View file @
853de1da
# This is part of the OCEAN project.
# MCA stands for Metadata Collect Agent
# https://lab.nexedi.com/nexedi/metadata-collect-agent
#
# This file is used for packaging with OBS.
[buildout]
extends =
../../component/fluentbit-plugin-wendelin/buildout.cfg
../../component/mca/buildout.cfg
buildout.cfg
parts =
fluentbit-plugin-wendelin
mca
[golang1.17]
...
...
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