diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-05 11:32:36 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-05 11:32:36 +0100 |
commit | 549bb412b6f0a7512ef9739fe716288ef018f6aa (patch) | |
tree | e481160c20b231c01b1ce211350fb43369473e33 /src | |
parent | ed3a1e02083ca16239c37f6c77e2e069ada97bec (diff) |
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 <maryam.tahhan@intel.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/fuel-plugin/pre_build_hook | 2 |
1 files changed, 1 insertions, 1 deletions
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 |