diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-08-19 15:24:08 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-08-30 20:50:09 -0700 |
commit | fbbe0cfe29020313ae44fb2a6afa87c2951ae028 (patch) | |
tree | b40cd456a47571781d7a8ddda5887a18981601cd /man | |
parent | glsa-check: add man page exit values (diff) | |
download | portage-fbbe0cfe29020313ae44fb2a6afa87c2951ae028.tar.gz portage-fbbe0cfe29020313ae44fb2a6afa87c2951ae028.tar.bz2 portage-fbbe0cfe29020313ae44fb2a6afa87c2951ae028.zip |
Add FEATURES=pkgdir-index-trusted
Trust that the PKGDIR index file is valid, meaning that no packages
have been manually added or removed since the last call to emaint --fix
binhost. This feature eliminates overhead involved with detection of
packages that have been manually added or removed, which significantly
improves performance in some cases, such as when PKGDIR resides on
a high-latency network file system.
Bug: https://bugs.gentoo.org/688902
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/make.conf.5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index cc4e1eba8..9dcd35b2c 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -561,6 +561,14 @@ Supported only on Linux. Requires PID and mount namespace support in kernel. /proc is remounted inside the mount namespace to account for new PID namespace. .TP +.B pkgdir\-index\-trusted +Trust that the \fBPKGDIR\fR index file is valid, meaning that no packages +have been manually added or removed since the last call to +\fBemaint \-\-fix binhost\fR. This feature eliminates overhead involved +with detection of packages that have been manually added or removed, +which significantly improves performance in some cases, such as when +\fBPKGDIR\fR resides on a high\-latency network file system. +.TP .B prelink\-checksums If \fBprelink\fR(8) is installed then use it to undo any prelinks on files before computing checksums for merge and unmerge. This feature is |