From 62fcde2e7aea0bfe090bc36b97bd06dcf46b284a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 5 Dec 2005 15:12:22 +0100 Subject: * another bugfix --- DistUpgrade/DistUpgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DistUpgrade/DistUpgrade.py b/DistUpgrade/DistUpgrade.py index 3b252fd8..efe4879b 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("archive.ubuntu.com",entry.uri): + if sources.is_mirror("http://archive.ubuntu.com/ubuntu",entry.uri): if entry.dist == fromDist: entry.dist = to else: -- cgit v1.2.3