From 7beb4f54e2f6dd5c79db947c1e0256d8badd9535 Mon Sep 17 00:00:00 2001 From: udeved Date: Tue, 30 May 2017 23:41:43 +0200 Subject: [PATCH] data: update pacman-mirrors.conf --- data/pacman-mirrors.conf | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/data/pacman-mirrors.conf b/data/pacman-mirrors.conf index 4a8d615..4034a79 100644 --- a/data/pacman-mirrors.conf +++ b/data/pacman-mirrors.conf @@ -3,26 +3,34 @@ ## ## Branch Pacman should use (stable, testing, unstable) -Branch = stable +Branch = @branch@ ## Generation method ## 1) rank - rank mirrors depending on their access time ## 2) random - randomly generate the output mirrorlist # Method = rank -## Specify to use only mirrors from specific a country. -## Can add multiple countries separated by a comma (ex: Germany,France) +## Define protocols and priority +## 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 # OnlyCountry = ## Mirrors directory -# MirrorlistsDir = /etc/pacman.d/mirrors +# MirrorlistsDir = /var/lib/pacman-mirrors ## 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 +## When set to False - all certificates are accepted. +## Use only if you fully trust all ssl-enabled mirrors. +# SSLVerify = True