8,643
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 195: | Line 195: | ||
====Fichier: <code>/etc/pacman-mirrors.conf</code> <small>(exemple - peut être modifié par les commandes api de pacman-mirrors)</small>==== | ====Fichier: <code>/etc/pacman-mirrors.conf</code> <small>(exemple - peut être modifié par les commandes api de pacman-mirrors)</small>==== | ||
<div class="mw-translate-fuzzy"> | |||
<div class="toccolours mw-collapsible mw-collapsed">Pour visualiser le contenu d'une configuration par défaut - cliquez sur le lien à droite ---> | <div class="toccolours mw-collapsible mw-collapsed">Pour visualiser le contenu d'une configuration par défaut - cliquez sur le lien à droite ---> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
Line 202: | Line 203: | ||
## /etc/pacman-mirrors.conf | ## /etc/pacman-mirrors.conf | ||
## | ## | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
## Branch Pacman should use (stable, testing, unstable) | |||
Branch = unstable | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
## Generation method | |||
## 1) rank - rank mirrors depending on their access time | |||
## 2) random - randomly generate the output mirrorlist | |||
# 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 lang="en" dir="ltr" class="mw-content-ltr"> | |||
## 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 = | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
## When set to False - all certificates are accepted. | |||
## Use only if you fully trust all ssl-enabled mirrors. | |||
# 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> | </div> | ||
</div> | </div> | ||
Line 1,974: | Line 1,996: | ||
PacmanMirrors a quelques paramètres par défaut appropriés. | PacmanMirrors a quelques paramètres par défaut appropriés. | ||
<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 |