From 7c53126f73135715ac90bc5d6e2759d52de433fd Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 23 Oct 2006 16:51:05 +0200 Subject: * DistUpgrade/DistUpgradeControler.py: - comment out old cdrom sources (causes trouble with the sysvinit<->upstart upgrade because sysinit is still essential) --- DistUpgrade/DistUpgradeControler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeControler.py') diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index a968cdb8..0136ce68 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -202,7 +202,7 @@ class DistUpgradeControler(object): # we disable breezy cdrom sources to make sure that demoted # packages are removed - if entry.uri.startswith("cdrom:") and entry.dist == "breezy": + if entry.uri.startswith("cdrom:") and entry.dist == self.toDist: entry.disabled = True continue # ignore cdrom sources otherwise -- cgit v1.2.3