Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-30 | make pep8 happy (again) | Michael Vogt | 1 | -1/+1 | |
2014-03-16 | utils/get_*_mirrors*.py: Use sys.stderr.write instead of print | Julian Andres Klode | 1 | -2/+2 | |
pyflakes does not handle from __future__ import print_function, so work around it. | |||||
2014-03-16 | utils/get_*_mirrors*.py: Ensure failure if no mirrors were read | Julian Andres Klode | 1 | -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-05 | make pyflakes clean | Michael Vogt | 1 | -1/+0 | |
2013-10-14 | utils/get_ubuntu_mirrors_from_lp.py: Switch to Python 3 again | Julian Andres Klode | 1 | -1/+1 | |
2012-06-22 | * utils/get_ubuntu_mirrors_from_lp.py: | Julian Andres Klode | 1 | -1/+1 | |
- Revert move to Python 3, python3-feedparser is not in the archive yet | |||||
2012-06-11 | drop the unnecessary use of .keys() here, thanks Barry\! | Steve Langasek | 1 | -1/+1 | |
2012-06-11 | utils/get_ubuntu_mirrors_from_lp.py: move this script to python3 | Steve Langasek | 1 | -6/+5 | |
2011-08-11 | * utils/get_ubuntu_mirrors_from_lp.py: | Michael Vogt | 1 | -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 Klode | 1 | -1/+1 | |
- Sort the mirror list of each country. | |||||
2010-03-03 | * Merge with Ubuntu: | Julian Andres Klode | 1 | -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 Finney | 1 | -1/+1 | |
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -0/+3 | |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -5/+5 | |
2007-04-02 | * only include ftp and http mirrors for Ubuntu - LP#99060 | Sebastian Heinlein | 1 | -3/+5 | |
* update the debian changelog | |||||
2007-04-01 | * Update the Debian and Ubuntu mirrors | Sebastian Heinlein | 1 | -2/+3 | |
* Fix the parsing of a changed Launchpad mirror site | |||||
2007-01-19 | * rename aptsources to sourceslist (aptsources is already used by the | Sebastian Heinlein | 1 | -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 |