Merge "submodule: Kill fuel-astute"
[armband.git] / patches / opnfv-fuel / 0022-bootstrap-Use-public-Ubuntu-ports-mirrors.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Thu, 3 Mar 2016 19:18:27 +0100
3 Subject: [PATCH] bootstrap: Use public Ubuntu-ports mirrors.
4
5 Instead of relying on 127.0.0.1 partial Ubuntu mirror, use
6 public archives.
7 While doing so, switch to Ubuntu-ports, enabling  building arm64
8 bootstraps.
9
10 NOTE: This disables the abillity to build amd64 bootstraps with
11 current config.
12 ---
13  build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml | 7 ++++---
14  1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
17 index aa12c45..2e4843d 100644
18 --- a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
19 +++ b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
20 @@ -36,19 +36,19 @@
21    repos:
22      - name: ubuntu
23        section: "main universe multiverse"
24 -      uri: "http://127.0.0.1:8080/mirrors/ubuntu"
25 +      uri: "http://ports.ubuntu.com/ubuntu-ports"
26        priority:
27        suite: trusty
28        type: deb
29      - name: ubuntu-updates
30        section: "main universe multiverse"
31 -      uri: "http://127.0.0.1:8080/mirrors/ubuntu"
32 +      uri: "http://ports.ubuntu.com/ubuntu-ports"
33        priority:
34        suite: trusty-updates
35        type: deb
36      - name: ubuntu-security
37        section: "main universe multiverse"
38 -      uri: "http://127.0.0.1:8080/mirrors/ubuntu"
39 +      uri: "http://ports.ubuntu.com/ubuntu-ports"
40        priority:
41        suite: trusty-security
42        type: deb
43 @@ -60,2 +60,3 @@
44    direct_repo_addresses:
45 +    - "ports.ubuntu.com"
46      - "127.0.0.1"