From 6bf670bb229c1f2b50e5d51de073221a38e309c8 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 5 Dec 2005 15:11:16 +0100 Subject: * bugfixes in the sources.list rewrite code --- DistUpgrade/DistUpgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgrade.py') diff --git a/DistUpgrade/DistUpgrade.py b/DistUpgrade/DistUpgrade.py index 0c6e9202..3b252fd8 100644 --- a/DistUpgrade/DistUpgrade.py +++ b/DistUpgrade/DistUpgrade.py @@ -55,7 +55,7 @@ class DistUpgradeControler(object): sources.backup() for entry in sources: # check if it's a mirror (or offical site) - if sources.is_mirror(entry.uri, "archive.ubuntu.com"): + if sources.is_mirror("archive.ubuntu.com",entry.uri): if entry.dist == fromDist: entry.dist = to else: -- cgit v1.2.3