From a9d9c65192f89eb7682baae465993994c87d8a42 Mon Sep 17 00:00:00 2001 From: Ruijing Guo Date: Mon, 21 Dec 2015 03:39:47 +0000 Subject: Move install_docker.sh to common place 1. copy install_docker.sh in qemu plugin to docker/ubuntu-builder 2. change docker build in ovs & qemu Change-Id: I3c0143e5e1b10a1cf798592d8bc05a49a5d12d48 Signed-off-by: Ruijing Guo --- build/f_isoroot/f_qemupluginbuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/f_isoroot/f_qemupluginbuild/Makefile') diff --git a/build/f_isoroot/f_qemupluginbuild/Makefile b/build/f_isoroot/f_qemupluginbuild/Makefile index 19a233731..126e20549 100644 --- a/build/f_isoroot/f_qemupluginbuild/Makefile +++ b/build/f_isoroot/f_qemupluginbuild/Makefile @@ -37,7 +37,7 @@ release:.qemubuild @rm -rf fuel-plugin-qemu sudo apt-get -y install build-essential ruby-dev rubygems-integration python-pip git rpm createrepo dpkg-dev sudo pip install fuel-plugin-builder - ./install_docker.sh + ../../docker/ubuntu-builder/install_docker.sh git clone $(QEMU_REPO) cd fuel-plugin-qemu; \ git checkout $(QEMU_BRANCH); \ -- cgit 1.2.3-korg