do-release-upgrade should make disabling third party repositories optional
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
adept (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Jaunty |
Invalid
|
Undecided
|
Unassigned | ||
apt (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Jaunty |
Invalid
|
Undecided
|
Unassigned | ||
aptitude (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Jaunty |
Invalid
|
Undecided
|
Unassigned | ||
update-manager-core (Ubuntu) |
Fix Released
|
Wishlist
|
Michael Vogt | ||
Jaunty |
Fix Released
|
Wishlist
|
Michael Vogt |
Bug Description
Binary package hint: update-manager-core
Currently, do-release-upgrade will automatically disable third party repositories that it finds in /etc/apt/
A better option would be to add a config option to /etc/update-
Use case: I use apt-mirror to maintain a local mirror of Ubuntu repositories, in order to minimize my own bandwidth usage and to relieve strain on Ubuntu servers. Current behavior does not allow me to use the local network mirror, but instead sends me to archive.ubuntu.com.
Use case 2: We maintain a local apt repo with site-specific packages that we don't want to get disabled when there's a release upgrade.
Reasons:
1. As Ubuntu grows, demands on its servers will grow; local admins should have the option to point to other mirrors if they are confident of the currency of the mirror.
2. It is much, much faster to upgrade over a local network than to retrieve all the files over the network -- on the order of 10 to 15 times faster using 100 Mb Ethernet and 100 times faster on Gb Ethernet. If the admin has a non-trivial number of computers to upgrade, the admin will definitely want to use a local mirror.
3. Enterprise customers will likely want to fine-tune their upgrade paths to meet organizational requirements. The customer should have that option.
Related branches
Changed in aptitude: | |
status: | New → Invalid |
Changed in apt: | |
status: | New → Invalid |
Changed in update-manager-core: | |
importance: | Undecided → Wishlist |
description: | updated |
Changed in update-manager-core: | |
assignee: | nobody → mvo |
Changed in update-manager-core (Ubuntu Jaunty): | |
status: | Fix Committed → Fix Released |
Reason 4 to fix this behavior:
4 Upgrade fails on machines that are intentionally kept from internet access (e.g., backend database servers or reverse proxy servers) because they can't see ubuntu.com. (This just happened to me.)