diff options
author | Gavin Lloyd | 2019-02-07 06:09:31 +0000 |
---|---|---|
committer | Gavin Lloyd | 2019-02-07 06:09:31 +0000 |
commit | 1f6a5c6188a80bab511f56cb36eae824765c89d6 (patch) | |
tree | c37e5254a55070ad89be19edd045f536ce7c03d7 /doc | |
parent | fbb01f7d7c5d3b9830b2cb30b60302711f9e278e (diff) |
Add 'PrintLocalIsNewer' config option
Print warnings during upgrade operation when local packages are newer
than those found in remote repositories.
This was previously a default option, now added as a default config
option in pakku.conf.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pakku.conf.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pakku.conf.5.txt b/doc/pakku.conf.5.txt index bc840e2..b37ba7f 100644 --- a/doc/pakku.conf.5.txt +++ b/doc/pakku.conf.5.txt @@ -43,6 +43,10 @@ Options Print warnings during upgrade operation when foreign packages were not found in AUR. +*PrintLocalIsNewer*:: + Print warnings during upgrade operation when local packages are newer + than those found in remote repositories. + *SudoExec*:: Automatically exec the program from root via sudo if it is necessary, allowing you to enter password for sudo only once. |