diff options
-rw-r--r-- | INFO | 17 | ||||
-rwxr-xr-x | src/fuel-plugin/pre_build_hook | 5 |
2 files changed, 20 insertions, 2 deletions
@@ -0,0 +1,17 @@ +Project: Software Fastpath Service Quality Metrics (fastpathmetrics) +Project Creation Date: +Project Category: +Lifecycle State: +Primary Contact: +Project Lead: maryam.tahhan@intel.com +Jira Project Name: Software Fastpath Service Quality Metrics +Jira Project Prefix: SFQM +Mailing list tag: [] +IRC: Server:freenode.net Channel:#opnfv- +Repository: fastpathmetrics + +Committers: +christoph.meyer@ericsson.com +maryam.tahhan@intel.com + +Link to TSC approval of the project: diff --git a/src/fuel-plugin/pre_build_hook b/src/fuel-plugin/pre_build_hook index 31e6e004..3cca5bd8 100755 --- a/src/fuel-plugin/pre_build_hook +++ b/src/fuel-plugin/pre_build_hook @@ -20,8 +20,9 @@ function build_pkg { git checkout 73372f2eb86c81f12bc10b392f75050a401107db tar cfvz ${DIR}/repositories/ubuntu/collectd-ceilometer.tgz . --exclude=collectd-ceilometer.tgz - cd ${DIR}/build; ../build-collectd.sh - cp *.deb ${DIR}/repositories/ubuntu + # support collectd with dpdk later + #cd ${DIR}/build; ../build-collectd.sh + #cp *.deb ${DIR}/repositories/ubuntu rm -rf ${DIR}/build ;; |