Moving the collectd version from 5.8 to 5.10 14/68814/1
authorjabirkkclt <jabir.kanhira.kadavathu@intel.com>
Fri, 8 Nov 2019 11:59:31 +0000 (03:59 -0800)
committerjabirkkclt <jabir.kanhira.kadavathu@intel.com>
Fri, 8 Nov 2019 12:00:36 +0000 (04:00 -0800)
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I1579a2bd0ef2280134fc13183ebafeb444b752f9

ci/utility/package-list.sh
docker/barometer-influxdb/Dockerfile
src/package-list.mk

index 0ca4aea..cb46c7b 100755 (executable)
@@ -24,4 +24,4 @@ CMTCAT_BRANCH=8b27ad757e86a01bc51eafcb9e600605ff1beca4
 CMTCAT_VERSION="v1.1.0"
 
 COLLECTD_REPO=https://github.com/collectd/collectd.git
-COLLECTD_BRANCH=collectd-5.8
+COLLECTD_BRANCH=collectd-5.10
index 2989f63..3d761eb 100644 (file)
@@ -1,4 +1,4 @@
 FROM influxdb:1.3.7
 
-RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.8/src/types.db -O /types.db
+RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.10/src/types.db -O /types.db
 COPY ./influxdb.conf /etc/influxdb/influxdb.conf
index 47b90bd..d5fedf7 100644 (file)
@@ -27,7 +27,7 @@ COLLECTD_URL ?= https://github.com/collectd/collectd
 #                   set pull requests with experimental features
 ifeq ($(COLLECTD_FLAVOR), stable)
 # using latest stable release
-       COLLECTD_TAG ?= collectd-5.8
+       COLLECTD_TAG ?= collectd-5.10
        SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs
 else
 # 'master' and 'experimental' collectd flavors are both using