Difference between revisions of "Pacman-mirrors/zh-cn"

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
 
Line 264: Line 264:
<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
    ##
##
</div>
</div>


    <div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
## Branch Pacman should use (stable, testing, unstable)
## Branch Pacman should use (stable, testing, unstable)
    # Branch = stable
Branch = unstable
</div>
</div>


    <div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
## 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
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
## Filename to use when ranking mirrors
## The file must be present in core repo
# TestFile = core.db.tar.gz
</div>
</div>


    <div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
## 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 =
</div>
</div>


    <div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
## 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
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
## 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>
Line 2,071: Line 2,084:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
- Ranking mirrors with the fastest mirrors on top
- Ranking mirrors with the fastest mirrors on top
  - Using stable branch
  - Using stable branch
  - Using all mirrors
  - Using all mirrors
8,643

edits