diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 16:30:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 16:36:17 +0000 |
commit | 0e9bc263e07ebf08fb139d7cb8e04b025ed711d3 (patch) | |
tree | a4c3772f92701a2f34eba3632ae3e8769bacf794 | |
parent | Refreshing use-bash.patch. (diff) | |
download | netdata-0e9bc263e07ebf08fb139d7cb8e04b025ed711d3.tar.xz netdata-0e9bc263e07ebf08fb139d7cb8e04b025ed711d3.zip |
Removing mongodb plugin handling as it's not part of the main netdata distribution anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index c05637632..ce58a068e 100755 --- a/debian/rules +++ b/debian/rules @@ -100,10 +100,6 @@ ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES))) dh_auto_install -B build-core-no-sse -- DESTDIR=$(CURDIR)/debian/tmp-core-no-sse endif - # Moving architecture independent plugins - mkdir -p $(TOP)-plugins-python/usr/lib/netdata/conf.d - mv debian/tmp/usr/lib/netdata/conf.d/python.d/mongodb.conf $(TOP)-plugins-python/usr/lib/netdata/conf.d - override_dh_install-arch: find debian/tmp -name .keep -delete |