Difference between revisions of "Pacman-mirrors"

Updated arguments list
imported>Fhdk
imported>Fhdk
(Updated arguments list)
Line 26: Line 26:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<pre>
<pre>
optional arguments:
   -h, --help            show this help message and exit
   -h, --help            show this help message and exit
   -g, --generate        Generate mirrorlist
 
METHODS:
   -g, --generate        Generate mirrorlist with defaults
  -f, --fasttrack NUMBER
                        Generate mirrorlist with a number of up-to-date
                        mirrors. Ignores: --country --interactive --method
                        --geoip
  -i, --interactive    Generate custom mirrorlist
  -d, --default        Interactive: Load default mirror file
   -m, --method {rank,random}
   -m, --method {rank,random}
                         Generation method
                         Generation method
  -b, --branch {stable,testing,unstable}
 
                        Branch name
COUNTRY:
   -c, --country COUNTRY [COUNTRY ...]
   -c, --country COUNTRY [COUNTRY ...]
                         Comma separated list of countries, from which mirrors
                         Comma separated list of countries, from which mirrors
                         will be used
                         will be used
   --geoip              Get current country using geolocation. Ignored if
   --geoip              Get current country using geolocation
                         '-c/--country' is supplied
  -l, --country-list, --list
   -d, --mirror_dir PATH
                        List all available countries
                        Mirrors list path
 
   -o, --output FILE    Output file
BRANCH:
  -b, --branch {stable,testing,unstable}
                        Branch name
  -G, --get-branch      API: Return branch from configuration
  -S, --set-branch {stable,testing,unstable}
                        API: Replace branch in configuration
 
API:
  -a, --api            [-p PREFIX][-R][-S|-G BRANCH][-P PROTO [PROTO ...]]
  -p, --prefix PREFIX  API: Set prefix to: $mnt | /mnt/install
  -P, --proto, --protocols {all,http,https,ftp,ftps} [{all,http,https,ftp,ftps} ...]
                         API: Replace protocols in configuration
  -R, --re-branch      API: Replace branch in mirrorlist
   -U, --url URL        API: Replace mirror url in mirrorlist
 
MISC:
   -q, --quiet          Quiet mode - less verbose output
   -t, --timeout SECONDS
   -t, --timeout SECONDS
                         Maximum waiting time for server response
                         Maximum waiting time for server response
  --no-update          Don't generate mirrorlist if 'NoUpdate = True' in the
                        configuration file
  -i, --interactive    Generate custom mirrorlist
   -v, --version        Print the pacman-mirrors version
   -v, --version        Print the pacman-mirrors version
   -q, --quiet          Quiet mode - less verbose output
   -n, --no-mirrorlist   Use to skip generation of mirrorlist
   -f, --fasttrack DIGIT
   -y, --sync           Syncronize pacman databases
                        A quick mirrorlist. Overrides -c -i -m --geoip
 
   -l, --list           List all available countries
  --default            Load default mirror file
</pre>
Available from version 4.1
<pre>
API:
  -a, --api            [--prefix] [--protocols] [--set-branch|--get-branch
                        {-b <branch>}]
  --get-branch          get-branch
  --set-branch          set-branch
  --prefix PREFIX      [--prefix {'$mnt'|'/some/path'}]
  --proto PROTO [PROTO ...]
                        [--proto {all|http https ftp ftps}]
  -n, --no-mirrorlist  no mirrorlist
</pre>
</pre>
</div>
</div>
Anonymous user