aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* main.py: Sort the cli optionsBrian Dolbec2014-05-041-30/+30
* Fix typo in help message.Brian Dolbec2014-03-061-1/+1
* Indent adjustmentBrian Dolbec2014-01-311-10/+10
* Add a proxy option to the cli. Preliminary only, not tested.Brian Dolbec2013-10-191-0/+6
* wrap a long line.Brian Dolbec2013-10-191-1/+2
* Make --debug level settable on the cliBrian Dolbec2013-10-191-2/+2
* Improve debug print statements.Brian Dolbec2013-10-191-3/+3
* Add -f, --file & -m, --md5 options to override mirrorselect-test file used.Brian Dolbec2013-10-171-0/+11
* Add repos.conf support.Brian Dolbec2013-10-161-119/+49
* Move Extractor class to it's own file.Brian Dolbec2013-10-161-1/+2
* remove unused unicode variableBrian Dolbec2013-10-161-6/+0
* Make the -r -a options select only the rotation server rather than force -o f...Brian Dolbec2013-10-161-8/+6
* Force -o for -a + -r options to prevent multiple results being saved to the c...Brian Dolbec2013-10-161-1/+7
* Fix IndexError for zero length search results.Brian Dolbec2013-10-161-3/+6
* Add -a to rsync sanity checks.Brian Dolbec2013-10-151-3/+3
* add an -a, --all_mirrors option to dump all search resultsBrian Dolbec2013-10-151-1/+8
* fix some missed spaces in the help messageBrian Dolbec2013-10-151-2/+2
* Add country and region filtering in the xml parsing.Brian Dolbec2013-10-141-0/+10
* change the default noise level on an ouptut message.Brian Dolbec2013-03-101-1/+1
* Add aditional debug info, fix bug 373195, removing garbage or otherwise inacc...Brian Dolbec2012-12-151-3/+11
* add eprefix comapatibility code.Brian Dolbec2012-12-151-1/+7
* add py3 compatability fixes, update mirrorparser3.py header to a docstringBrian Dolbec2012-11-121-0/+11
* initial EPREFIX enabling. not fully tested.Brian Dolbec2012-11-121-3/+12
* add myself to CopywriteBrian Dolbec2012-11-111-0/+1
* Move config_path determination to it's own function.Brian Dolbec2012-11-111-47/+105
* move version to it's own file. split out more logic from main() to their own ...Brian Dolbec2012-11-111-18/+31
* move main's code into a MirrorSelect class, eliminate the global variable 'ou...Brian Dolbec2012-11-111-259/+264
* move the selector classes to their own fileBrian Dolbec2012-11-111-496/+2
* move output classes to thier own file.Brian Dolbec2012-11-111-103/+7
* move main.py into site-packages, create and use a minimal script to start it.Brian Dolbec2012-11-111-0/+894