[Bug 1463680] Re: mirror.anl.gov still listed in mirrors.cfg

Brian Murray brian at ubuntu.com
Wed Oct 14 15:26:45 UTC 2015


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
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1463680

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

Status in ubuntu-release-upgrader package in Ubuntu:
  Triaged

Bug description:
  /usr/share/ubuntu-release-upgrader/mirrors.cfg includes a mention of
  mirror.anl.gov; this service has been discontinued, see
  http://mirror.anl.gov/pub/ubuntu-iso/DVDs/ubuntu/ for details.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.7
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Tue Jun  9 23:22:17 2015
  InstallationDate: Installed on 2012-10-18 (965 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120823.1)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to trusty on 2014-04-12 (424 days ago)
  VarLogDistupgradeAptclonesystemstate.tar.gz: Error: command ['pkexec', 'cat', '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'] failed with exit code 126: Error executing command as another user: Request dismissed

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



More information about the foundations-bugs mailing list