summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-01-23 09:54:01 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-01-23 09:54:01 +0000
commitdcc677f1446de60773d5f89dc0c0711968045822 (patch)
tree4212ccdc0f3e4861a4413b4ccfb9c976e6d9ba84
parentf4e46b516e86d62250307e8921e64f83a321f639 (diff)
fuel: update collectd-commit id
Update the collectd commit id to include bugfixes for mcelog. Change-Id: If14c7070ca5ea4c50742d43c8bf34229f3645863 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
-rwxr-xr-xsrc/fuel-plugin/build-collectd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuel-plugin/build-collectd.sh b/src/fuel-plugin/build-collectd.sh
index a4741254..9e246353 100755
--- a/src/fuel-plugin/build-collectd.sh
+++ b/src/fuel-plugin/build-collectd.sh
@@ -77,7 +77,7 @@ sudo make install PREFIX=/fuel-plugin/build/qpos
cd ${BUILD_HOME}
rm -rf collectd
-git clone https://github.com/collectd/collectd; cd collectd; git checkout 76fb10bf790e35dd6caca13c4bb5d0f86c517370
+git clone https://github.com/collectd/collectd; cd collectd; git checkout 36c657e9864856a10c1dba2519a22ab73d68ce76
git clone https://github.com/collectd/pkg-debian; cd pkg-debian; git checkout 549d3caba74210ad762fe8c556801d9c11ab9876
patch -p1 < /fuel-plugin/enable_pqos.diff
cp -r debian ..