diff options
Diffstat (limited to 'fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh')
-rwxr-xr-x | fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh b/fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh deleted file mode 100755 index cd3e6226..00000000 --- a/fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -# Copyright (c) 2016-2017 Intel corporation. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 - -sudo apt-get update -y -sudo apt-get install -y ruby-dev rubygems-integration python-pip rpm createrepo dpkg-dev -sudo gem install fpm -sudo pip install fuel-plugin-builder -fpb --debug --build /vswitchperf/fuel-plugin-vsperf |