diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-28 11:57:55 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-28 11:57:55 +0200 |
| commit | 5bd807b1a1b05d8ba44a6c330cd55222b9fe9a46 (patch) | |
| tree | 9f2d607df057e211bf58eff1dab0a039acca717a /data/templates | |
| parent | 8ada71a45a165cd0a4731a890a8a281b6188098e (diff) | |
| download | python-apt-5bd807b1a1b05d8ba44a6c330cd55222b9fe9a46.tar.gz | |
* aptsources/distinfo.py:
- support arch specific BaseURI and MatchURI in the distinfo
template
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 5561862d..30cbaa5e 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -3,6 +3,8 @@ _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/ubuntu/ +MatchURI-powerpc: ports.ubuntu.com MatchURI: archive.ubuntu.com/ubuntu MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors _Description: Ubuntu 8.10 'Intrepid Ibex' @@ -56,6 +58,8 @@ Suite: hardy RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ MatchURI: archive.ubuntu.com/ubuntu +BaseURI-powerpc: http://ports.ubuntu.com/ubuntu/ +MatchURI-powerpc: ports.ubuntu.com MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors _Description: Ubuntu 8.04 'Hardy Heron' Component: main |
