diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-11-10 10:41:45 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-11-10 10:41:45 +0100 |
| commit | b4fac97986469c356a3b1030c14d600ba333202e (patch) | |
| tree | 5bab0ea87b8e61833305e4341e5b3d7721e09bc9 /data | |
| parent | 46abf8f70e4ec1c520cd2bcf1a9493f2869193a1 (diff) | |
| download | python-apt-b4fac97986469c356a3b1030c14d600ba333202e.tar.gz | |
* aptsources/distro.py:
- add parameter to get_distro() to make unit testing easier
* tests/test_aptsources_ports.py:
- add test for arch specific handling (when sub arch is on
a different mirror than "main" arches)
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 3b8f05c4..c3ebe052 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -116,7 +116,7 @@ RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ MatchURI: archive.ubuntu.com/ubuntu BaseURI-powerpc: http://ports.ubuntu.com/ -MatchURI-powerpc: ports.ubuntu.com +MatchURI-powerpc: ports.ubuntu.com|archive.ubuntu.com MirrorsFile-amd64: /usr/share/python-apt/templates/Ubuntu.mirrors MirrorsFile-i386: /usr/share/python-apt/templates/Ubuntu.mirrors _Description: Ubuntu 8.04 'Hardy Heron' |
