summaryrefslogtreecommitdiff
path: root/utils/get_ubuntu_mirrors_from_lp.py
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30make pep8 happy (again)Michael Vogt1-1/+1
2014-03-16utils/get_*_mirrors*.py: Use sys.stderr.write instead of printJulian Andres Klode1-2/+2
pyflakes does not handle from __future__ import print_function, so work around it.
2014-03-16utils/get_*_mirrors*.py: Ensure failure if no mirrors were readJulian Andres Klode1-0/+7
This ensures that we do not accidentally build a package without a mirror list, just because the servers have some error or empty file which we do not know about (for example, Launchpad may have a 503, and we would not notice).
2014-01-05make pyflakes cleanMichael Vogt1-1/+0
2013-10-14utils/get_ubuntu_mirrors_from_lp.py: Switch to Python 3 againJulian Andres Klode1-1/+1
2012-06-22* utils/get_ubuntu_mirrors_from_lp.py:Julian Andres Klode1-1/+1
- Revert move to Python 3, python3-feedparser is not in the archive yet
2012-06-11drop the unnecessary use of .keys() here, thanks Barry\!Steve Langasek1-1/+1
2012-06-11utils/get_ubuntu_mirrors_from_lp.py: move this script to python3Steve Langasek1-6/+5
2011-08-11* utils/get_ubuntu_mirrors_from_lp.py:Michael Vogt1-0/+1
- add "mirror://mirrors.ubuntu.com/mirrors.txt" to the default mirror list
2010-03-08* utils/get_ubuntu_mirrors_from_lp.py:Julian Andres Klode1-1/+1
- Sort the mirror list of each country.
2010-03-03* Merge with Ubuntu:Julian Andres Klode1-58/+14
- util/get_ubuntu_mirrors_from_lp.py: + rewritten to use +archivemirrors-rss and feedburner - pre-build.sh: update ubuntu mirrors on bzr-buildpackage (and also do this for Debian mirrors) - add break for packagekit-backend-apt (<= 0.4.8-0ubuntu4)
2008-08-08'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom.Ben Finney1-1/+1
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney1-0/+3
2008-05-16Remove trailing whitespace.Ben Finney1-5/+5
2007-04-02* only include ftp and http mirrors for Ubuntu - LP#99060Sebastian Heinlein1-3/+5
* update the debian changelog
2007-04-01* Update the Debian and Ubuntu mirrorsSebastian Heinlein1-2/+3
* Fix the parsing of a changed Launchpad mirror site
2007-01-19* rename aptsources to sourceslist (aptsources is already used by theSebastian Heinlein1-0/+85
package, since the other parts were moved away this file only contains sources.list parsing and manipulating only) * rename get_ubuntu_lp_mirror to get_ubuntu_mirrors_from_lp (should be clearer) * fix some imports