Here is a better fix (applied in intrepid) - if I see this particular
problem more often I will ask for it for hardy-proposed:
=== modified file 'DistUpgrade/DistUpgradeController.py'
--- DistUpgrade/DistUpgradeController.py 2008-05-06 09:03:12 +0000
+++ DistUpgrade/DistUpgradeController.py 2008-05-06 13:44:02 +0000
@@ -486,6 +486,7 @@
# need to add one
validTo = True
if (entry.disabled or
+ entry.type == "deb-src" or
entry.uri.startswith("http://security.ubuntu.com") or
entry.uri.startswith("http://archive.canonical.com")):
validTo = False
=== modified file 'debian/changelog'
--- debian/changelog 2008-05-06 12:41:47 +0000
+++ debian/changelog 2008-05-06 13:44:57 +0000
@@ -2,6 +2,10 @@
* DistUpgrade/DistUpgradeCache.py:
- fix bug in withNetwork value propergation (LP: #227197)
+ * DistUpgrade/DistUpgradeController.py:
+ - fix bug with sources.list rewriting when mixed
+ deb http://unknown-miror\ndeb-src http://known-mirror
+ entries are used (#221730)
--
Unrecoverable error during upgrade from 6.06 to 8.04
https://bugs.launchpad.net/bugs/221730
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs