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
a836a472
Commit
a836a472
authored
Feb 03, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: Remove fluent-bit installation, and every reference to it.
parent
edf90729
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
20 deletions
+2
-20
Makefile
Makefile
+2
-20
No files found.
Makefile
View file @
a836a472
...
...
@@ -16,18 +16,6 @@ bin/metadata-collect-agent:
make
install
-m
744 build/metadata-collect-agent/metadata-collect-agent bin/
bin/fluent-bit
:
install
-d
bin/
cp
/bin/fluent-bit bin/fluent-bit
#install -d bin/ ;\
mkdir
-p
build/
;\
cp
installation/fluentbit-install.sh
build/fluentbit-install.sh
;\
cd
build/
;\
./fluentbit-install.sh
;\
cd
..
;\
install
-m
744
build/fluent-bit/build/bin/fluent-bit
bin/
lib/fluentbit_wendelin.so
:
install
-d
lib/
;
\
mkdir
-p
build/
;
\
...
...
@@ -43,7 +31,6 @@ lib/fluentbit_wendelin.so:
install-no-dracut
:
install
-d
$(DESTDIR)$(PREFIX)
/bin/
install
-m
744 bin/metadata-collect-agent
$(DESTDIR)$(PREFIX)
/bin/metadata-collect-agent
install
-m
744 bin/fluent-bit
$(DESTDIR)$(PREFIX)
/bin/fluent-bit
install
-d
$(DESTDIR)$(PREFIX)
/etc/
install
-m
644 flb.conf
$(DESTDIR)$(PREFIX)
/etc/flb.conf
install
-d
$(DESTDIR)$(PREFIX)
/lib
...
...
@@ -51,11 +38,10 @@ install-no-dracut:
uninstall-no-dracut
:
rm
-rf
$(DESTDIR)$(PREFIX)
/bin/metadata-collect-agent
rm
-rf
$(DESTDIR)$(PREFIX)
/bin/fluent-bit
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
bin/fluent-bit
no-dracut
:
bin/metadata-collect-agent lib/fluentbit_wendelin.so
clean-no-dracut-local
:
rm
-rf
build/
...
...
@@ -73,10 +59,8 @@ dracut.module/90metadata-collect/metadata-collect-agent: bin/metadata-collect-ag
install
-m
744 bin/metadata-collect-agent dracut.module/90metadata-collect/metadata-collect-agent
dracut.module/90metadata-collect/fluentbit_wendelin.so
:
lib/fluentbit_wendelin.so
install
-m
644 lib/fluentbit_wendelin.so dracut.module/90metadata-collect/fluentbit_wendelin.so
dracut.module/90metadata-collect/fluent-bit
:
bin/fluent-bit
install
-m
744 bin/fluent-bit dracut.module/90metadata-collect/fluent-bit
dracut-module
:
dracut.module/90metadata-collect/collect.sh dracut.module/90metadata-collect/flb.conf dracut.module/90metadata-collect/metadata-collect-agent dracut.module/90metadata-collect/fluentbit_wendelin.so
dracut.module/90metadata-collect/fluent-bit
dracut-module
:
dracut.module/90metadata-collect/collect.sh dracut.module/90metadata-collect/flb.conf dracut.module/90metadata-collect/metadata-collect-agent dracut.module/90metadata-collect/fluentbit_wendelin.so
install-dracut-module
:
sudo install
-d
/usr/lib/dracut/module.d/90metadata-collect
...
...
@@ -84,14 +68,12 @@ install-dracut-module:
sudo install
-m
644 dracut.module/90metadata-collect/flb.conf /usr/lib/dracut/module.d/90metadata-collect/
sudo install
-m
744 dracut.module/90metadata-collect/metadata-collect-agent /usr/lib/dracut/module.d/90metadata-collect/
sudo install
-m
644 dracut.module/90metadata-collect/fluentbit_wendelin.so /usr/lib/dracut/module.d/90metadata-collect/
sudo install
-m
744 dracut.module/90metadata-collect/fluent-bit /usr/lib/dracut/module.d/90metadata-collect/
uninstall-dracut-module
:
rm
-f
dracut.module/90metadata-collect/collect.sh
rm
-f
dracut.module/90metadata-collect/flb.conf
rm
-f
dracut.module/90metadata-collect/metadata-collect-agent
rm
-f
dracut.module/90metadata-collect/fluentbit_wendelin.so
rm
-f
dracut.module/90metadata-collect/fluent-bit
clean-dracut-module
:
uninstall-dracut-module
sudo rm
-rf
/usr/lib/dracut/module.d/90metadata-collect
...
...
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