netdata: Upgrade to 1.6.0

Licence files has gotten cosmetic changes
additionally checksum COPYING file.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2017-07-13 22:40:08 -07:00
committed by Martin Jansa
parent 9dfececc96
commit aa57c0f3b9
3 changed files with 53 additions and 20 deletions
@@ -1,19 +1,21 @@
diff --git a/plugins.d/charts.d.plugin b/plugins.d/charts.d.plugin Index: git/plugins.d/charts.d.plugin
index 40c0356..bca57b3 100755 ===================================================================
--- a/plugins.d/charts.d.plugin --- git.orig/plugins.d/charts.d.plugin
+++ b/plugins.d/charts.d.plugin +++ git/plugins.d/charts.d.plugin
@@ -184,10 +184,10 @@ fi @@ -246,16 +246,6 @@ else
# timeout command we use, providing a function that info "configuration file '$myconfig' not found. Using defaults."
# can emulate the timeout command we need: fi
# > timeout SECONDS command ...
-# we check for the timeout command, after we load our
-# configuration, so that the user may overwrite the
-# timeout command we use, providing a function that
-# can emulate the timeout command we need:
-# > timeout SECONDS command ...
-if [ $check_for_timeout -eq 1 ] -if [ $check_for_timeout -eq 1 ]
- then - then
- require_cmd timeout || exit 1 - require_cmd timeout || exit 1
-fi -fi
+#if [ $check_for_timeout -eq 1 ] -
+# then
+# require_cmd timeout || exit 1
+#fi
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# internal checks # internal checks
@@ -0,0 +1,27 @@
From 87f868918a9ae1dcf93e01f3e177d185c19a149a Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Thu, 13 Jul 2017 14:32:09 -0700
Subject: [PATCH] makefile: Do not build contrib dir
It contains debian build iteams anyway
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 3ccf82f8..a852e529 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,6 @@ SUBDIRS = \
src \
system \
web \
- contrib \
$(NULL)
dist_noinst_DATA= \
--
2.13.2
@@ -1,11 +1,15 @@
HOMEPAGE = "https://github.com/firehol/netdata/" HOMEPAGE = "https://github.com/firehol/netdata/"
SUMMARY = "Real-time performance monitoring" SUMMARY = "Real-time performance monitoring"
LICENSE = "GPLv3" LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=747afe070ea9d6c2be0a31353609a35b" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a4a3b650ea3f74269cdfd45a3550e219 \
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
"
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https" SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
SRCREV = "36c1304e37094174ea51001903058e65053107ca" file://0001-makefile-Do-not-build-contrib-dir.patch \
PV = "1.0.1+git${SRCPV}" "
SRCREV = "f5fa346a188e906a8f2cce3c2cf32a88ce81c666"
PV = "1.6.0+git${SRCPV}"
# patch to disable timeout because timeout are not available with actual version # patch to disable timeout because timeout are not available with actual version
# of core-utils # of core-utils
@@ -19,7 +23,7 @@ SRC_URI += "file://netdata.service"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS += "zlib" DEPENDS += "zlib util-linux"
inherit pkgconfig autotools useradd systemd inherit pkgconfig autotools useradd systemd