From 6aaf5ba7ed0980c14bdc554fc8839a2126455ed5 Mon Sep 17 00:00:00 2001 From: Lennart Weller Date: Mon, 18 Sep 2017 00:17:33 +0200 Subject: New upstream version 1.8.0+dfsg --- Makefile.am | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7d5bc57f8..2ea9e40f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ MAINTAINERCLEANFILES= \ EXTRA_DIST = \ .gitignore \ + .codacy.yml \ .codeclimate.yml \ .csslintrc \ .eslintignore \ @@ -42,12 +43,13 @@ EXTRA_DIST = \ LICENSE-REDISTRIBUTED.md \ COPYING \ autogen.sh \ - tests/stress.sh \ $(NULL) SUBDIRS = \ charts.d \ conf.d \ + diagrams \ + makeself \ node.d \ plugins.d \ python.d \ @@ -55,45 +57,23 @@ SUBDIRS = \ system \ web \ contrib \ + tests \ $(NULL) dist_noinst_DATA= \ - diagrams/config.puml \ - diagrams/registry.puml \ - diagrams/netdata-for-ephemeral-nodes.xml \ - diagrams/netdata-proxies-example.xml \ - diagrams/netdata-overview.xml \ configs.signatures \ Dockerfile \ netdata.spec \ + package.json \ $(NULL) # until integrated within build # should be proper init.d/openrc/systemd usable dist_noinst_SCRIPTS= \ - diagrams/build.sh \ coverity-scan.sh \ docker-build.sh \ kickstart.sh \ kickstart-static64.sh \ netdata-installer.sh \ installer/functions.sh \ - makeself/build.sh \ - makeself/makeself.sh \ - makeself/makeself-license.txt \ - makeself/setup-x86_64-static.sh \ - makeself/post-installer.sh \ - makeself/jobs/10-prepare-destination.install.sh \ - makeself/jobs/50-curl-7.53.1.install.sh \ - makeself/jobs/50-bash-4.4.install.sh \ - makeself/jobs/50-fping-4.0.install.sh \ - makeself/jobs/70-netdata-git.install.sh \ - makeself/jobs/99-makeself.install.sh \ - makeself/run-all-jobs.sh \ - makeself/install-or-update.sh \ - makeself/build-x86_64-static.sh \ - makeself/makeself-header.sh \ - makeself/makeself-help-header.txt \ - makeself/makeself.lsm \ - makeself/functions.sh \ $(NULL) -- cgit v1.2.3