From 549bb412b6f0a7512ef9739fe716288ef018f6aa Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Fri, 5 Aug 2016 11:32:36 +0100 Subject: fuel: update the commit used by the plugin Update the commit used by the collectd ceilometer plugin to take the latest bug fix from stable mitaka. Change-Id: I067d239b6de55a56313018d32e7a088a66172c42 Signed-off-by: Maryam Tahhan --- src/fuel-plugin/pre_build_hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuel-plugin/pre_build_hook b/src/fuel-plugin/pre_build_hook index 9cd8ddc5..31e6e004 100755 --- a/src/fuel-plugin/pre_build_hook +++ b/src/fuel-plugin/pre_build_hook @@ -17,7 +17,7 @@ function build_pkg { rm -rf ${DIR}/build; mkdir -p ${DIR}/build; cd ${DIR}/build; git clone https://github.com/openstack/collectd-ceilometer-plugin cd collectd-ceilometer-plugin - git checkout 6c7cb6adf86fcaa6028ca42867ddcb0582111ab1 + git checkout 73372f2eb86c81f12bc10b392f75050a401107db tar cfvz ${DIR}/repositories/ubuntu/collectd-ceilometer.tgz . --exclude=collectd-ceilometer.tgz cd ${DIR}/build; ../build-collectd.sh -- cgit 1.2.3-korg