diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-26 16:56:14 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-26 16:56:14 +0200 |
| commit | cf3bdddf97ef146927ffd2dc378a30c58ff66031 (patch) | |
| tree | 19dcec00e5810d87b7767cc14d27892bfd36a584 | |
| parent | 3a175e165cc97f4a311b064e907f319619ba8e3a (diff) | |
| download | python-apt-cf3bdddf97ef146927ffd2dc378a30c58ff66031.tar.gz | |
* add ftp://archive.ubuntu.com and ftp://security.ubuntu.com as valid mirrors
| -rw-r--r-- | DistUpgrade/Changelog | 1 | ||||
| -rw-r--r-- | DistUpgrade/mirrors.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog index 60deabfa..70e7e452 100644 --- a/DistUpgrade/Changelog +++ b/DistUpgrade/Changelog @@ -2,6 +2,7 @@ - if the initial "update()" fails, just exit, don't try to restore the old sources.list (nothing was modified yet) Ubuntu: #46712 + - fix a bug in the sourcesList rewriting (ubuntu: #46245) 2006-05-12: - space checking improved (ubuntu: #43948) - show software that was demoted from main -> universe diff --git a/DistUpgrade/mirrors.txt b/DistUpgrade/mirrors.txt index 16b25731..7ab0826c 100644 --- a/DistUpgrade/mirrors.txt +++ b/DistUpgrade/mirrors.txt @@ -1,6 +1,8 @@ #ubuntu http://archive.ubuntu.com/ubuntu http://security.ubuntu.com/ubuntu +ftp://archive.ubuntu.com/ubuntu +ftp://security.ubuntu.com/ubuntu ##===Australia=== http://ftp.iinet.net.au/pub/ubuntu/ |
