Difference between revisions of "Pacman-mirrors"

update content of default pacman-mirrors.conf
m (fixed link to documentation page on gitlab)
(update content of default pacman-mirrors.conf)
Line 218: Line 218:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<pre>
<pre>
~ >>> cat /etc/pacman-mirrors.conf                                                                                                                                  
$ cat /etc/pacman-mirrors.conf
    ##
##
    ## /etc/pacman-mirrors.conf
## /etc/pacman-mirrors.conf
    ##
##


    <!--T:45-->
## Branch Pacman should use (stable, testing, unstable)
## Branch Pacman should use (stable, testing, unstable)
    # Branch = stable
Branch = unstable


    <!--T:46-->
## 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
 
## Filename to use when ranking mirrors
## The file must be present in core repo
# TestFile = core.db.tar.gz


    <!--T:47-->
## Define protocols and priority
## Define protocols and priority
    ##  separated by comma 'https,http' or 'http,https'
##  separated by comma 'https,http' or 'http,https'
    ## ATM available protocols are: http, https, ftp
## ATM available protocols are: http, https, ftp
    ## Not specifying a protocol will ban the protocol from being used
## 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
## If a mirror has more than one protocol defined only the first is written to the mirrorlist
    ## Empty means all in reversed alphabetic order
## Empty means all in reversed alphabetic order
    # Protocols =
# Protocols =


    <!--T:48-->
## When set to False - all certificates are accepted.
## When set to False - all certificates are accepted.
    ## Use only if you fully trust all ssl-enabled mirrors.
## Use only if you fully trust all ssl-enabled mirrors.
    # SSLVerify = True
# SSLVerify = True
 
## Static configuration
## Add a comma separated list of urls to use
## e.g. Static = https://mirror1.tld/manjaro/,https://mirror2.tld/manjaro/
# Static =
</pre>
</pre>
</div>
</div>
Moderators, translator
460

edits