From 077af5590f07163881f8c7c8c598e12067b8553c Mon Sep 17 00:00:00 2001 From: Philip Whineray Date: Sat, 7 May 2016 08:58:33 +0100 Subject: Replace fixed debian changelog with generated one Eliminates manual processing and possibility of divergence. Prevents a repeat of #373. Replaces the _master from pre-releases with ~master which should mean that an official release will upgrade over builds from an earlier git tree. --- contrib/Makefile.am | 6 ++++++ contrib/debian/changelog | 41 ----------------------------------------- 2 files changed, 6 insertions(+), 41 deletions(-) delete mode 100644 contrib/debian/changelog (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 5eef884709..19e5df77fb 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -21,3 +21,9 @@ dist_noinst_DATA = \ dist_noinst_SCRIPTS = \ debian/netdata.init \ $(NULL) + +debian/changelog: + echo "netdata ($(PACKAGE_VERSION)) UNRELEASED; urgency=medium" | \ + tr '_' '~' > $@ + echo " * Latest release" >> $@ + echo " -- Netdata Team <> `date -R`" >> $@ diff --git a/contrib/debian/changelog b/contrib/debian/changelog deleted file mode 100644 index acb68bf3bf..0000000000 --- a/contrib/debian/changelog +++ /dev/null @@ -1,41 +0,0 @@ -netdata (1.1.0) UNRELEASED; urgency=medium - - * Data collection - - added IPv6 monitoring - - added SYNPROXY DDoS protection monitoring - - apps.plugin: added charts for users and user groups - - apps.plugin: grouping of processes now support patterns - - apps.plugin: now it is faster, after the new features added - - apps.plugin: error log flood protection - - better auto-detection of partitions for disk monitoring - - better fireqos intergation for QoS monitoring - - squid monitoring now uses squidclient - - SNMP monitoring now supports 64bit counters - - * API - - fixed issues in CSV output generation - - netdata can now be restricted to listen on a specific IP - - * Core - - error log flood protection - - * Dashboard - - better error handling when the netdata server is unreachable - - each chart now has a toolbox - - on-line help support - - check for netdata updates button - - added example /tv.html dashboard - - * Packaging - - now compiles with musl libc (alpine linux) - - added debian packaging - - support non-root installations - - the installer generates uninstall script - - -- Costa Tsaousis Fri, 20 Apr 2016 00:00:00 +0000 - -netdata (1.0.0) UNRELEASED; urgency=medium - - * Initial release. - - -- Matthew Newton Fri, 01 Apr 2016 17:24:11 +0100 -- cgit v1.2.3