diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-28 12:21:28 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-28 12:21:28 +0200 |
| commit | 32859490d228ab2bc234c48ad27fb0d727dbb108 (patch) | |
| tree | 9b842e2e26fb356b342721a5996d68ad308c83e7 /data | |
| parent | d92a8e975e83e24c2aa2609bbb76d2347ce6ee03 (diff) | |
| parent | 35d1d39728f6e2ef5e025b2359ee6d53911f9cc1 (diff) | |
| download | python-apt-32859490d228ab2bc234c48ad27fb0d727dbb108.tar.gz | |
* aptsources/distinfo.py:
- support arch specific BaseURI, MatchURI and MirrosFile fields
in the distinfo template (LP: #220890)
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 5561862d..c3cfe6df 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -3,8 +3,11 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/chang Suite: intrepid RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ +BaseURI-powerpc: http://ports.ubuntu.com/ +MatchURI-powerpc: ports.ubuntu.com MatchURI: archive.ubuntu.com/ubuntu -MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +MirrorsFile-amd64: /usr/share/python-apt/templates/Ubuntu.mirrors +MirrorsFile-i386: /usr/share/python-apt/templates/Ubuntu.mirrors _Description: Ubuntu 8.10 'Intrepid Ibex' Component: main _CompDescription: Officially supported @@ -56,7 +59,10 @@ Suite: hardy RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ MatchURI: archive.ubuntu.com/ubuntu -MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +BaseURI-powerpc: http://ports.ubuntu.com/ +MatchURI-powerpc: ports.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' Component: main _CompDescription: Officially supported @@ -86,6 +92,8 @@ ParentSuite: hardy RepositoryType: deb BaseURI: http://security.ubuntu.com/ubuntu/ MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +BaseURI-powerpc: http://ports.ubuntu.com/ +MatchURI-powerpc: ports.ubuntu.com/ubuntu _Description: Important security updates Suite: hardy-updates |
