nix-tools/data/pacman-mirrors.conf

29 lines
793 B
Text
Raw Normal View History

2014-11-11 23:02:40 +01:00
##
## /etc/pacman-mirrors.conf
##
## Branch Pacman should use (stable, testing, unstable)
Branch = stable
2014-11-11 23:02:40 +01:00
## Generation method
## 1) rank - rank mirrors depending on their access time
## 2) random - randomly generate the output mirrorlist
# Method = rank
2014-11-11 23:02:40 +01:00
## Specify to use only mirrors from specific a country.
## Can add multiple countries separated by a comma (ex: Germany,France)
## Empty means all
# OnlyCountry =
2014-11-11 23:02:40 +01:00
## Mirrors directory
# MirrorlistsDir = /etc/pacman.d/mirrors
2014-11-11 23:02:40 +01:00
## Output file
# OutputMirrorlist = /etc/pacman.d/mirrorlist
## When set to True prevents the regeneration of the mirrorlist if
## pacman-mirrors is invoked with the --no-update argument.
## Useful if you don't want the mirrorlist regenerated after a
## pacman-mirrors package upgrade.
# NoUpdate = False