data: update pacman-mirrors.conf

This commit is contained in:
udeved 2017-05-30 23:41:43 +02:00
parent 7b7f235473
commit 7beb4f54e2

View file

@ -3,26 +3,34 @@
## ##
## Branch Pacman should use (stable, testing, unstable) ## Branch Pacman should use (stable, testing, unstable)
Branch = stable Branch = @branch@
## Generation method ## Generation method
## 1) rank - rank mirrors depending on their access time ## 1) rank - rank mirrors depending on their access time
## 2) random - randomly generate the output mirrorlist ## 2) random - randomly generate the output mirrorlist
# Method = rank # Method = rank
## Specify to use only mirrors from specific a country. ## Define protocols and priority
## Can add multiple countries separated by a comma (ex: Germany,France) ## separated by comma 'https,http' or 'http,https'
## ATM available protocols are: http, https, ftp
## Not specifying a protocol will ban the protocol from being used
## If a mirror has more than one protocol defined only the first is written to the mirrorlist
## Empty means all in reversed alphabetic order
# Protocols =
## Specify to use only mirrors from a specific country.
## Can add multiple countries
## separated by comma 'Germany,France,Belgium'
## Get a list of all available counties with 'pacman-mirrors -l'
## Empty means all ## Empty means all
# OnlyCountry = # OnlyCountry =
## Mirrors directory ## Mirrors directory
# MirrorlistsDir = /etc/pacman.d/mirrors # MirrorlistsDir = /var/lib/pacman-mirrors
## Output file ## Output file
# OutputMirrorlist = /etc/pacman.d/mirrorlist # OutputMirrorlist = /etc/pacman.d/mirrorlist
## When set to True prevents the regeneration of the mirrorlist if ## When set to False - all certificates are accepted.
## pacman-mirrors is invoked with the --no-update argument. ## Use only if you fully trust all ssl-enabled mirrors.
## Useful if you don't want the mirrorlist regenerated after a # SSLVerify = True
## pacman-mirrors package upgrade.
# NoUpdate = False