Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
metadata-collect-agent
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
nexedi
metadata-collect-agent
Commits
67d0a51e
Commit
67d0a51e
authored
Mar 16, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove fluentbit-plugin-wendelin installation.
parent
5125af1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
30 deletions
+2
-30
Makefile
Makefile
+2
-19
installation/fluentbit_wendelin_install.sh
installation/fluentbit_wendelin_install.sh
+0
-11
No files found.
Makefile
View file @
67d0a51e
...
...
@@ -6,7 +6,7 @@ ifneq ($(PYTHON_PATH),)
endif
all
:
no-dracut
install
:
install-no-dracut
install
:
all
install-no-dracut
clean
:
clean-no-dracut
bin/metadata-collect-agent
:
...
...
@@ -22,38 +22,21 @@ bin/metadata-collect-agent:
make
install
-m
744 build/metadata-collect-agent/metadata-collect-agent bin/
lib/fluentbit_wendelin.so
:
install
-d
lib/
;
\
mkdir
-p
build/
;
\
cd
build/
;
\
wget https://lab.nexedi.com/nexedi/fluentbit-plugin-wendelin/-/archive/v0.1b-dev_buildout/fluentbit-plugin-wendelin-v0.1b-dev_buildout.tar.gz
;
\
tar
xzvf fluentbit-plugin-wendelin-v0.1b-dev_buildout.tar.gz
;
\
mv
fluentbit-plugin-wendelin-v0.1b-dev_buildout fluentbit-plugin-wendelin
;
\
cd
fluentbit-plugin-wendelin
;
\
make
install
;
\
cd
../../
;
\
install
-m
644 build/fluentbit-plugin-wendelin/libfluentbit_wendelin.so lib/fluentbit_wendelin.so
;
\
#installation/plugin-fluentbit/fluentbit_wendelin_install.sh
install-no-dracut
:
install
-d
$(DESTDIR)$(PREFIX)
/bin/
install
-m
744 bin/metadata-collect-agent
$(DESTDIR)$(PREFIX)
/bin/metadata-collect-agent
install
-d
$(DESTDIR)$(PREFIX)
/etc/
install
-m
644 src/configuration-files/flb.conf
$(DESTDIR)$(PREFIX)
/etc/flb.conf
install
-d
$(DESTDIR)$(PREFIX)
/lib
install
-m
644 lib/fluentbit_wendelin.so
$(DESTDIR)$(PREFIX)
/lib/fluentbit_wendelin.so
uninstall-no-dracut
:
rm
-rf
$(DESTDIR)$(PREFIX)
/bin/metadata-collect-agent
rm
-rf
$(DESTDIT)$(PREFIX)
/etc/flb.conf
rm
-rf
$(DESTDIR)$(PREFIX)
/lib/fluentbit_wendelin.so
no-dracut
:
bin/metadata-collect-agent
lib/fluentbit_wendelin.so
no-dracut
:
bin/metadata-collect-agent
clean-no-dracut-local
:
rm
-rf
build/
rm
-rf
bin/
rm
-rf
lib/
sed
"s|%PYTHON_PATH%|/usr/bin/env python3|g"
installation/metadata-collect-agent/parse_link_errors.py.in
>
installation/metadata-collect-agent/parse_link_errors.py
echo
$(DUMB)
...
...
installation/fluentbit_wendelin_install.sh
deleted
100755 → 0
View file @
5125af1d
#!/bin/bash
if
[
!
-d
"fluentbit-plugin-wendelin"
]
;
then
git clone https://lab.nexedi.com/nexedi/fluentbit-plugin-wendelin.git
cd
fluentbit-plugin-wendelin
git checkout
-b
autostop origin/autostop
fi
cd
fluentbit-plugin-wendelin
make
install
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