summaryrefslogtreecommitdiffstats
path: root/src/package-list.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/package-list.mk')
-rw-r--r--src/package-list.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/package-list.mk b/src/package-list.mk
index 975a79e8..b58e092a 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -19,7 +19,14 @@ KAFKA_TAG ?= v0.9.5
# collectd section
COLLECTD_URL ?= https://github.com/collectd/collectd
-COLLECTD_TAG ?= collectd-5.8
+# there are 2 collectd flavors:
+# -"collectd" - based on stable collect release
+# -"collectd-master" - development version, based on master branch
+ifdef COLLECTD_USE_MASTER
+ COLLECTD_TAG ?= master
+else
+ COLLECTD_TAG ?= collectd-5.8
+endif
COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-openstack-plugins
COLLECTD_OPENSTACK_TAG ?= stable/pike