Oh right, this is because update_mirrors.py only adds mirrors and
doesn't remove them.

 13 d = feedparser.parse("https://launchpad.net/ubuntu/+archivemirrors-rss";)
 14 
 15 #import pprint
 16 #pp  = pprint.PrettyPrinter(indent=4)
 17 #pp.pprint(d)
 18 
 19 with open(sys.argv[1], "a") as outfile:
 20     for entry in d.entries:
 21         for link in entry.links:
 22             if link.href not in current_mirrors:
 23                 outfile.write(link.href + "\n")

Having said that I'm not certain what ubuntu-release-upgrader would do
if your mirror wasn't in that list.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1463680

Title:
  mirror.anl.gov still listed in mirrors.cfg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1463680/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to