diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-05-06 22:44:32 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-05-23 08:19:46 +0000 |
commit | db68b7e767351f8b59db586e4035f501facf92a9 (patch) | |
tree | 519f80a4bec935d62e42df1654e21f944ddf6be6 /src/package-list.mk | |
parent | 386995473879eb0502c502ad69d06e2d5bd9d7a9 (diff) |
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 <maryam.tahhan@intel.com>
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 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 |