summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-05 15:12:22 +0100
committerMichael Vogt <egon@top>2005-12-05 15:12:22 +0100
commit62fcde2e7aea0bfe090bc36b97bd06dcf46b284a (patch)
tree7a52dfa006e2ce0b3a6396739dc6635a8f7b3bfb /DistUpgrade
parent6bf670bb229c1f2b50e5d51de073221a38e309c8 (diff)
downloadpython-apt-62fcde2e7aea0bfe090bc36b97bd06dcf46b284a.tar.gz
* another bugfix
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgrade.py2
1 files changed, 1 insertions, 1 deletions
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: