diff options
author | Matthias Runge <mrunge@redhat.com> | 2019-11-11 08:29:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-11-11 08:29:07 +0000 |
commit | aafdc6832a83408256a9ca3c29e164535e2c59ac (patch) | |
tree | 6ec0e87fac18e1e84fc48a7c605ee7dfec4295c7 /src/package-list.mk | |
parent | 26bfa43c4a932fa0c00799093720ea588609b160 (diff) | |
parent | 1ee1bfce772b769508bca634b1ccfb914a8d0009 (diff) |
Merge "Moving the collectd version from 5.8 to 5.10"
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 47b90bde..d5fedf73 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -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 |