[Bug 289952] Re: update-manager rewrites sources.list to only use official mirrors
Brian Murray
brian at ubuntu.com
Fri Mar 30 17:06:30 UTC 2012
** Description changed:
Binary package hint: update-manager
When upgrading from hardy to intrepid, update-manager ignores the local
sources.list and downloads everything needed from archive.ubuntu.org.
This is problematic for multiple reasons.
- 1. Some users may have a local or regional mirror that provides faster downloads than archive. Ignoring sources.list prevents them from using those local mirrors, possibly causing substantial bandwidth costs.
- 2. During the initial release window for intrepid thousands of Ubuntu users are going to upgrade. Will archive be able to handle the demand?
+ 1. Some users may have a local or regional mirror that provides faster downloads than archive. Ignoring sources.list prevents them from using those local mirrors, possibly causing substantial bandwidth costs.2. During the initial release window for intrepid thousands of Ubuntu users are going to upgrade. Will archive be able to handle the demand?
3. When upgrading multiple machines in a laboratory or corporate environment, each machine will download all the packages they need from archive, rather than allowing a single download via the use of apt-proxy or other related proxy systems.
Please re-consider this policy decision.
+
+ WORKAROUND:
+
+ It is possible to disable this check - in DistUpgradeController we see:
+
+ # skip mirror check if special environment is set
+ # (useful for server admins with internal repos)
+ if (self.config.getWithDefault("Sources","AllowThirdParty",False) or
+ "RELEASE_UPRADER_ALLOW_THIRD_PARTY" in os.environ):
+ logging.warning("mirror check skipped, *overriden* via config")
+ mirror_check=False
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-manager in Ubuntu.
https://bugs.launchpad.net/bugs/289952
Title:
update-manager rewrites sources.list to only use official mirrors
Status in “update-manager” package in Ubuntu:
Triaged
Bug description:
Binary package hint: update-manager
When upgrading from hardy to intrepid, update-manager ignores the
local sources.list and downloads everything needed from
archive.ubuntu.org. This is problematic for multiple reasons.
1. Some users may have a local or regional mirror that provides faster downloads than archive. Ignoring sources.list prevents them from using those local mirrors, possibly causing substantial bandwidth costs.2. During the initial release window for intrepid thousands of Ubuntu users are going to upgrade. Will archive be able to handle the demand?
3. When upgrading multiple machines in a laboratory or corporate environment, each machine will download all the packages they need from archive, rather than allowing a single download via the use of apt-proxy or other related proxy systems.
Please re-consider this policy decision.
WORKAROUND:
It is possible to disable this check - in DistUpgradeController we
see:
# skip mirror check if special environment is set
# (useful for server admins with internal repos)
if (self.config.getWithDefault("Sources","AllowThirdParty",False) or
"RELEASE_UPRADER_ALLOW_THIRD_PARTY" in os.environ):
logging.warning("mirror check skipped, *overriden* via config")
mirror_check=False
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/289952/+subscriptions
More information about the foundations-bugs
mailing list