From db68b7e767351f8b59db586e4035f501facf92a9 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Sat, 6 May 2017 22:44:32 +0100 Subject: src: build and install collectd on centos/rhel Modify build and dependency scripts for centos/rhel builds. Change-Id: I1fafaf3392d9f22837ce4ed3fa0f84c13ead0698 Signed-off-by: Maryam Tahhan --- src/package-list.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/package-list.mk') diff --git a/src/package-list.mk b/src/package-list.mk index 3ec60210..df395914 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -16,4 +16,4 @@ COLLECTD_URL ?= https://github.com/collectd/collectd COLLECTD_TAG ?= master COLLECTD_CEILOMETER_URL ?= https://github.com/openstack/collectd-ceilometer-plugin -COLLECTD_CEILOMETER_TAG ?= stable/mitaka +COLLECTD_CEILOMETER_TAG ?= stable/ocata -- cgit 1.2.3-korg