aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionGravatar Tom Willemse2021-01-181-3/+3
|
* FormattingGravatar Tom Willemse2021-01-181-11/+7
|
* Follow redirects when loading the mirror listGravatar Tom Willemse2021-01-181-1/+1
|
* Update md5sum for update-mirrors in PKGBUILDGravatar Tom Willemse2016-12-151-1/+1
|
* Fix shellcheck warningsGravatar Tom Willemse2016-10-101-8/+13
|
* Add PKGBUILDGravatar Tom Willemse2016-10-101-0/+18
| | | | | Installing this package will automatically keep the pacman mirrorlist updated whenever the pacman-mirrorlist package is updated.
* Add pacman hook descriptionGravatar Tom Willemse2016-10-101-0/+10
| | | | | When installed in the proper place this would allow update-mirrors to run automatically whenever pacman-mirrorlist is updated.
* Check proper config file locationGravatar Tom Willemse2016-10-101-1/+1
|
* Put default configuration in config.shGravatar Tom Willemse2016-06-122-8/+22
|
* Fall back to reading config from XDG_DATA_DIRSGravatar Tom Willemse2016-06-121-2/+22
| | | | | | | | | | | | | | | If there is no configuration file in “$XDG_CONFIG_HOME/update-mirrors”, try looking through directories specified in XDG_CONFIG_DIRS. If XDG_CONFIG_DIRS is not specified, use “/etc/xdg”. Now config files are searched for in this order: - “$XDG_CONFIG_HOME/update-mirrors/config.sh”, or “$HOME/.config/update-mirrors/config.sh” if XDG_CONFIG_DIR is not defined. - For each DIR in XDG_CONFIG_DIRS “$DIR/update-mirrors/config.sh” is tried, or “/etc/xdg/update-mirrors/config.sh” if XDG_CONFIG_DIRS is not defined.
* Add option to use mirror statusGravatar Tom Willemse2016-06-121-1/+3
| | | | | Using the mirror status when updating mirrors ranks them in order of best synchronized to worst.
* Remove .pacnew if it existsGravatar Tom Willemse2014-04-061-0/+5
|
* Initial commitGravatar Tom Willemse2014-01-181-0/+54