diff options
Diffstat (limited to 'build/f_isoroot/f_yardstick-pluginbuild')
-rw-r--r-- | build/f_isoroot/f_yardstick-pluginbuild/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/f_isoroot/f_yardstick-pluginbuild/Makefile b/build/f_isoroot/f_yardstick-pluginbuild/Makefile index 79b8fbd16..47723d53e 100644 --- a/build/f_isoroot/f_yardstick-pluginbuild/Makefile +++ b/build/f_isoroot/f_yardstick-pluginbuild/Makefile @@ -35,8 +35,6 @@ release:.yardstickbuild .yardstickbuild: @rm -rf yardstick - sudo apt-get -y install build-essential ruby-dev rubygems-integration python-pip git rpm createrepo dpkg-dev - sudo pip install fuel-plugin-builder git clone $(YARDSTICK_REPO) yardstick cd yardstick; \ git checkout $(YARDSTICK_BRANCH); \ |