From 489b1cb8de7d47c818475f8830e3ea689365e2b3 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 16 Nov 2016 23:51:22 +0100 Subject: build: fixtures: Fix local Ubuntu mirror URIs Previous commit (bcdc1eaa74d5efd5f8c80600fb30d722bae9a421) confused the URL of the local Ubuntu mirror with the local MOS mirror. JIRA: ARMBAND-35 Change-Id: Icfb68e88e61c238cf650b84b269d16f9a52f9f26 Signed-off-by: Alexandru Avadanii --- .../0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches') diff --git a/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch b/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch index 54652af4..1f00e834 100644 --- a/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch +++ b/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch @@ -51,7 +51,7 @@ index d08a4fc..65646d4 100644 + value: + - type: "deb" + name: "ubuntu-local" -+ uri: "http://{settings.MASTER_IP}:8080/ubuntu/x86_64" ++ uri: "http://{settings.MASTER_IP}:8080/mirrors/ubuntu" + suite: "trusty" + section: "main" + priority: null @@ -234,7 +234,7 @@ index d08a4fc..65646d4 100644 + value: + - type: "deb" + name: "ubuntu-local" -+ uri: "http://{settings.MASTER_IP}:8080/ubuntu/x86_64" ++ uri: "http://{settings.MASTER_IP}:8080/mirrors/ubuntu" + suite: "trusty" + section: "main" + priority: null -- cgit 1.2.3-korg