diff options
author | Taras Chornyi <tarasx.chornyi@intel.com> | 2016-10-03 12:42:42 +0100 |
---|---|---|
committer | Taras Chornyi <tarasx.chornyi@intel.com> | 2016-10-03 12:42:42 +0100 |
commit | 8c17f4cb219221a080dd0a74e6e0baabdbfc4bcf (patch) | |
tree | 7c42b48e5665040ec05c144e43fd34e3d2d51109 /src/fuel-plugin/pre_build_hook | |
parent | bf4ef8881e5dfe7dedf149c4ae75909c712bb329 (diff) |
Enabled collectd build & installation
Change-Id: Ic80542f6b181e0972157c0a3b2fea1faf434f44b
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'src/fuel-plugin/pre_build_hook')
-rwxr-xr-x | src/fuel-plugin/pre_build_hook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fuel-plugin/pre_build_hook b/src/fuel-plugin/pre_build_hook index 3cca5bd8..9a539934 100755 --- a/src/fuel-plugin/pre_build_hook +++ b/src/fuel-plugin/pre_build_hook @@ -20,9 +20,9 @@ function build_pkg { git checkout 73372f2eb86c81f12bc10b392f75050a401107db tar cfvz ${DIR}/repositories/ubuntu/collectd-ceilometer.tgz . --exclude=collectd-ceilometer.tgz - # support collectd with dpdk later - #cd ${DIR}/build; ../build-collectd.sh - #cp *.deb ${DIR}/repositories/ubuntu + # support collectd with dpdk + cd ${DIR}/build; ../build-collectd.sh + cp *.deb ${DIR}/repositories/ubuntu rm -rf ${DIR}/build ;; |