summaryrefslogtreecommitdiff
path: root/scripts/rankmirrors
Commit message (Collapse)AuthorAge
* Get --help and --version options working on all scriptsDan McGee2007-05-29
| | | | | | | | | Added the autoconf option std-options to the scripts/ directory, which checks to ensure all programs have both --help and --version options. A few things needed cleaning up to get this working. To test these types of options, use the 'make distcheck' target. Signed-off-by: Dan McGee <dan@archlinux.org>
* rankmirrors: download first 50KB of DB to get more reliable numbersScott Horowitz2007-04-23
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Add execute permissions to abs and rankmirrorsDan McGee2007-03-28
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee2007-03-12
| | | | | | | | duplicated. * Updated the util Makefile.am to link with the proper libalpm.la. * Fixed bitmasking issues in be_files.c and db.h. * Rankmirrors updates from James Rosten (with some cleaning up of my own). KeyboardInterrupts are now handled gracefully.
* * rankmirrors updates from Scott Horowitz <stonecrest@gmail.com>.Dan McGee2007-03-05
| | | | Formatted output is now the default. Added a TODO for later as well.
* * Rewrote pactest with an OptionParser so we can have helpful help text, andDan McGee2007-02-22
| | | | | bumped the version to 0.4. Still a work in progress. * Changed some linewraps in rankmirrors to keep everything under 80 chars.
* * Unified description of arch variable. Recommend using single quotes inDan McGee2007-02-12
| | | | | | the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script.
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-17
| | | | * rankmirrors addition of single url testing
* * modeline fixes / reformattingAaron Griffin2006-12-21
| | | | | | | * formatting / indentation fixes * makepkg: Dan McGee <dpmcgee@gmail.com> - integrity check fix Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp
* Copy/pasta errors from mail client. Fixed.Aaron Griffin2006-12-08
|
* rankmirrors script from Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-08
Original Idea copyright (c) 2006 R.G. <chesercat> Modified 2006 by Dan McGee <dpmcgee@gmail.com>