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 | -2/+8 | |
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). | |||||
2011-05-27 | utils/get_debian_mirrors.py: webml must be webwml | Julian Andres Klode | 1 | -1/+1 | |
2011-05-27 | utils/get_debian_mirrors.py: Adjust for new Alioth SCM urls | Julian Andres Klode | 1 | -2/+3 | |
2010-06-01 | utils/get_debian_mirrors.py: ignore mirrors without a county | Michael Vogt | 1 | -0/+2 | |
2010-03-08 | * utils/get_debian_mirrors.py: | Julian Andres Klode | 1 | -57/+21 | |
- Parse Mirrors.masterlist instead of the HTML web page. | |||||
2009-06-07 | utils/get_debian_mirrors.py: updated to support current mirror page. | Otavio Salvador | 1 | -6/+7 | |
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -0/+2 | |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -6/+6 | |
2007-01-04 | * use uppercase letters for the country code | Sebastian Heinlein | 1 | -1/+1 | |
* change description of the lp mirror fetch tool | |||||
2007-01-03 | * also parse te location of a Debian mirror in the helper script | Sebastian Heinlein | 1 | -2/+7 | |
* update the Debian mirrors file with location infromation | |||||
2006-11-28 | * Since 3.1 we don't have to care anymore for Debian non-us | Sebastian Heinlein | 1 | -15/+0 | |
2006-11-28 | * add a script to fetch a list of Debian mirrors from the Internet | Sebastian Heinlein | 1 | -0/+81 | |