[neon-notifications] [neon/forks/ubuntu-release-upgrader/Neon/unstable_focal] /: data/mirrors.cfg: add ubuntu advantage service routes as valid mirrors

Chad Smith null at kde.org
Wed Sep 23 10:41:40 BST 2020


Git commit b70287b68232297d1ef25c4d07503eccbec40766 by Chad Smith.
Committed on 02/09/2020 at 21:21.
Pushed by sitter into branch 'Neon/unstable_focal'.

data/mirrors.cfg: add ubuntu advantage service routes as valid mirrors

LP: #1893717

M  +5    -0    data/mirrors.cfg
M  +2    -2    utils/update_mirrors.py

https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/b70287b68232297d1ef25c4d07503eccbec40766

diff --git a/data/mirrors.cfg b/data/mirrors.cfg
index 4e8e3891..4ec2f07a 100644
--- a/data/mirrors.cfg
+++ b/data/mirrors.cfg
@@ -18,6 +18,11 @@ ftp://ddebs.ubuntu.com/
 http://archive.canonical.com
 http://archive.canonical.com/ubuntu/
 https://esm.ubuntu.com/ubuntu/
+https://esm.ubuntu.com/apps/ubuntu/
+https://esm.ubuntu.com/cc/ubuntu/
+https://esm.ubuntu.com/infra/ubuntu/
+https://esm.ubuntu.com/fips/ubuntu/
+https://esm.ubuntu.com/fips-updates/ubuntu/
 
 #commercial-ppas
 https://private-ppa.launchpad.net/commercial-ppa-uploaders
diff --git a/utils/update_mirrors.py b/utils/update_mirrors.py
index 4de3ad1a..f604ad66 100755
--- a/utils/update_mirrors.py
+++ b/utils/update_mirrors.py
@@ -15,8 +15,8 @@ d = feedparser.parse("https://launchpad.net/ubuntu/+archivemirrors-rss")
 #pp  = pprint.PrettyPrinter(indent=4)
 #pp.pprint(d)
 
-# the first 24 lines are permanent
-permanent_lines = 24
+# the first 29 lines are permanent
+permanent_lines = 29
 lp_mirrors = set()
 new_mirrors = set()
 



More information about the neon-notifications mailing list