summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:30:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:36:17 +0000
commit0e9bc263e07ebf08fb139d7cb8e04b025ed711d3 (patch)
treea4c3772f92701a2f34eba3632ae3e8769bacf794
parentRefreshing use-bash.patch. (diff)
downloadnetdata-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-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index c0563763..ce58a068 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