aboutsummaryrefslogtreecommitdiffstats
path: root/src/package-list.mk
diff options
context:
space:
mode:
authorEmma Foley <efoley@redhat.com>2020-07-14 18:38:09 +0100
committerEmma Foley <efoley@redhat.com>2020-07-14 18:46:18 +0100
commit03d89c5916fac0e74defac44d54dab75e0f263cd (patch)
tree02cc5ef5a73cab371f6964cbadce29fcba2d2fa5 /src/package-list.mk
parent59338794c8ae8ff82c00dc14ea47a9279cc213d4 (diff)
Temperorily revert "Rename collectd container to barometer-collectd-latest"
This reverts commit 59338794c8ae8ff82c00dc14ea47a9279cc213d4. The reason for reverting is that there is not yet a container image available on Dockerhub for barometer-collectd-latest Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: Ia6e37af99787a6c02eb368fc7bfdd9d584716f2b
Diffstat (limited to 'src/package-list.mk')
-rw-r--r--src/package-list.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/package-list.mk b/src/package-list.mk
index 0e9b5adc..dce32cfb 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -22,7 +22,7 @@ COLLECTD_URL ?= https://github.com/collectd/collectd
# there are 3 collectd flavors:
# -"stable" - based on stable collectd release
-# -"latest" - development version, based on main branch
+# -"master" - development version, based on main branch
# -"experimental" - it is based on main branch as above and includes
# set pull requests with experimental features
ifeq ($(COLLECTD_FLAVOR), stable)
@@ -30,10 +30,10 @@ ifeq ($(COLLECTD_FLAVOR), stable)
COLLECTD_TAG ?= collectd-5.11
SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs
else
-# 'latest' and 'experimental' collectd flavors are both using
+# 'master' and 'experimental' collectd flavors are both using
# code from main branch
COLLECTD_TAG ?= main
- SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs-latest
+ SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs-master
ifeq ($(COLLECTD_FLAVOR), experimental)
# 'experimental' flavor is using additional Pull Requests that
# are put on top of main release