diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-08 07:59:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-08 07:59:35 +0000 |
commit | e1e872b6c4cc6a860ac997472bde41b66f2de26c (patch) | |
tree | a9cc1cc302caf4b1f214e1edb2c97150883c54ea /src/fuel-plugin | |
parent | 0e48ebc1b12f0c98ed6e6d1c29284fcf07b55a31 (diff) | |
parent | 549bb412b6f0a7512ef9739fe716288ef018f6aa (diff) |
Merge "fuel: update the commit used by the plugin"
Diffstat (limited to 'src/fuel-plugin')
-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 6ce27784..3cca5bd8 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 # support collectd with dpdk later |