Difference between revisions of "Pacman-mirrors/en"

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 195: Line 195:
<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
    ##
##


    ## Branch Pacman should use (stable, testing, unstable)
## Branch Pacman should use (stable, testing, unstable)
    # Branch = stable
Branch = unstable


    ## 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


    ## Define protocols and priority
## Filename to use when ranking mirrors
    ##  separated by comma 'https,http' or 'http,https'
## The file must be present in core repo
    ## ATM available protocols are: http, https, ftp
# TestFile = core.db.tar.gz
    ## 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 =


    ## When set to False - all certificates are accepted.
## Define protocols and priority
    ## Use only if you fully trust all ssl-enabled mirrors.
##  separated by comma 'https,http' or 'http,https'
    # SSLVerify = True
## 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 =
 
## When set to False - all certificates are accepted.
## Use only if you fully trust all ssl-enabled mirrors.
# 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>
8,643

edits