Fix build failure in fuel base & qemu 15/5715/2
authorRuijing Guo <ruijing.guo@intel.com>
Thu, 7 Jan 2016 05:17:37 +0000 (05:17 +0000)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Wed, 13 Jan 2016 12:57:07 +0000 (12:57 +0000)
Change-Id: I4a6cc047011547402641619a5683af3d24c057ee
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
build/Makefile
build/fuel-main_docker_dns.patch [new file with mode: 0644]

index 5422696..d58f3ad 100644 (file)
@@ -94,6 +94,7 @@ $(ISOCACHE):
        # Need to replace the old Docker v. 1.5.0 with a later version to be
        # able to access the Docker remote repository!
        cd /tmp/fuel-main && patch -p0 < $(TOPDIR)/fuel-main_docker_version.patch
+       cd /tmp/fuel-main && patch -p0 < $(TOPDIR)/fuel-main_docker_dns.patch
        #
        cd /tmp/fuel-main && ./prepare-build-env.sh
        cd /tmp/fuel-main && make repos
diff --git a/build/fuel-main_docker_dns.patch b/build/fuel-main_docker_dns.patch
new file mode 100644 (file)
index 0000000..4b2377e
--- /dev/null
@@ -0,0 +1,18 @@
+--- prepare-build-env.sh.orig  2016-01-06 08:11:29.749933262 +0000
++++ prepare-build-env.sh       2016-01-06 08:11:41.785790127 +0000
+@@ -87,7 +87,6 @@
+     echo "Docker is running."
+   else
+     echo "Process is not running, starting it..."
+-    sudo sh -c 'echo DOCKER_OPTS=\"--dns 8.8.8.8 --dns 8.8.4.4 --bip 172.45.0.1/24\" >> /etc/default/docker*'
+     sudo service docker start
+   fi
+ else
+@@ -103,7 +102,6 @@
+   sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
+   # Install docker
+   sudo apt-get update
+-  sudo sh -c 'echo DOCKER_OPTS=\"--dns 8.8.8.8 --dns 8.8.4.4 --bip 172.45.0.1/24\" > /etc/default/docker'
+   sudo apt-get -y -o Dpkg::Options::="--force-confold" install lxc-docker-1.7.1
+ fi