diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-19 18:07:20 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-19 18:07:20 +0200 |
| commit | 46885bf24dc2cf9b3986abcf40c040e20566402a (patch) | |
| tree | 1471609c09a6c27624651d179a97e39939f0c747 /utils | |
| parent | 3c35eb3da332cf30781dba78ed777b26934136ac (diff) | |
| parent | b0995cca556668a4eced03e40e3edbc7362c2a10 (diff) | |
| download | python-apt-46885bf24dc2cf9b3986abcf40c040e20566402a.tar.gz | |
* merged from ubuntu:
- use logging instead of print
- update distro template Ubuntu.info.in
- add xz compression support
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/get_ubuntu_mirrors_from_lp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/get_ubuntu_mirrors_from_lp.py b/utils/get_ubuntu_mirrors_from_lp.py index 341dba8a..ed0ee936 100755 --- a/utils/get_ubuntu_mirrors_from_lp.py +++ b/utils/get_ubuntu_mirrors_from_lp.py @@ -42,6 +42,7 @@ for entry in d.entries: keys = countries.keys() keys.sort() +print "mirror://mirrors.ubuntu.com/mirrors.txt" for country in keys: print "#LOC:%s" % country print "\n".join(sorted(countries[country])) |
