From fc94d23c7780bab8d14ecf7f04603c2c1d4aa7d3 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 2 Mar 2017 12:40:16 +0400 Subject: Select the fastest mirror of repos apt-get supports a "mirror" method that will automatically select a closest mirror based on geographical location. Change-Id: I15d345de759e616a705abcdec3588ea4b9409d0a Signed-off-by: Michael Polenchuk --- deploy/config/dea_base.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml index 194df7b0d..5620bd47e 100644 --- a/deploy/config/dea_base.yaml +++ b/deploy/config/dea_base.yaml @@ -731,19 +731,19 @@ settings: section: main universe multiverse suite: xenial type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: ubuntu-updates priority: null section: main universe multiverse suite: xenial-updates type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: ubuntu-security priority: null section: main universe multiverse suite: xenial-security type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: mos priority: 1050 section: main restricted -- cgit 1.2.3-korg