diff options
author | Allan McRae <allan@archlinux.org> | 2019-03-02 18:40:19 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-07 11:12:12 +1000 |
commit | e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f (patch) | |
tree | b989bc225af94613c4eab48c58b9a1c8242806e8 /doc | |
parent | 40391c564a97b10362ee7cbcf07faac03549d2ca (diff) | |
download | pacman-e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f.tar.xz |
Make pacman forget deltas exist
Dummy callbacks are still present to prevent compiler warnings until
libalpm is delta free.
Also remove Delta parsing from pacman.conf.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.conf.5.asciidoc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc index 9810fc7f..b297e332 100644 --- a/doc/pacman.conf.5.asciidoc +++ b/doc/pacman.conf.5.asciidoc @@ -186,14 +186,6 @@ Options *Color*:: Automatically enable colors only when pacman's output is on a tty. -*UseDelta* [= ratio]:: - Download delta files instead of complete packages if possible. Requires - the `xdelta3` program to be installed. If a ratio is specified (e.g., - `0.5`), then it is used as a cutoff for determining whether to use deltas. - Allowed values are between `0.0` and `2.0`; sensible values are between - `0.2` and `0.9`. Using a value above `1.0` is not recommended. The - default is `0.7` if left unspecified. - *TotalDownload*:: When downloading, display the amount downloaded, download rate, ETA, and completed percentage of the entire download list rather |