diff options
| author | Michael Vogt <egon@top> | 2005-12-05 15:12:22 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-05 15:12:22 +0100 |
| commit | 62fcde2e7aea0bfe090bc36b97bd06dcf46b284a (patch) | |
| tree | 7a52dfa006e2ce0b3a6396739dc6635a8f7b3bfb | |
| parent | 6bf670bb229c1f2b50e5d51de073221a38e309c8 (diff) | |
| download | python-apt-62fcde2e7aea0bfe090bc36b97bd06dcf46b284a.tar.gz | |
* another bugfix
| -rw-r--r-- | DistUpgrade/DistUpgrade.py | 2 |
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: |
