commit: 4975c01a4c38d0fc1dd70aa3b0d1684fe5bc30e1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 26 19:38:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 26 19:38:53 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4975c01a
cnf: make.conf.example: tweak comments Signed-off-by: Sam James <sam <AT> gentoo.org> cnf/make.conf.example | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/cnf/make.conf.example b/cnf/make.conf.example index 0f18d90820..dd856b8429 100644 --- a/cnf/make.conf.example +++ b/cnf/make.conf.example @@ -189,35 +189,39 @@ #PORTAGE_BINHOST="ftp://login:[email protected]:21*/pub/grp/i686/athlon-xp/" # Binary packages GnuPG commands -# ============================ +# ============================== # # Only works with GPKG format. -# "binpkg-signing" needed to be set in FEATURES if need signing packages. -# "binpkg-request-signature" needed to be set in FEATURES if you want all -# binpkgs must have signature. -# You need uncomment related commands and set "USER" and "SIGN_KEY" to yours. +# +# "binpkg-signing" needs to be set in FEATURES if need signing packages. +# "binpkg-request-signature" needs to be set in FEATURES if you want all +# binpkgs installed to have signatures. +# +# You need to uncomment related commands and set "USER" and "SIGN_KEY" to yours. # # Binary package GnuPG signing base command # Basic command for all signature operations. -# You need change this if you want to use other configurations, -# Note that some configurations are configured separately below, -# please do not add duplicate configurations +# You need to change this if you want to use other configurations, +# +# Note that some options are configured separately below for the sake of +# example, but please do not add duplicate or conflicting configurations! +# #BINPKG_GPG_SIGNING_BASE_COMMAND="/usr/bin/flock /run/lock/portage-binpkg-gpg.lock /usr/bin/gpg --sign --armor [PORTAGE_CONFIG]" # Binary package GnuPG signature digests algorithm. #BINPKG_GPG_SIGNING_DIGEST="SHA512" -# gnupg home directory used for signing. +# GnuPG home directory used for signing. #BINPKG_GPG_SIGNING_GPG_HOME="/root/.gnupg" # GnuPG key ID used for signing. #BINPKG_GPG_SIGNING_KEY="0x1234567890ABCD!" -# Binary package GnuPG verify base command. -# Basic command for all verify operations. +# Binary package GnuPG verification base command. +# Basic command for all verification operations. #BINPKG_GPG_VERIFY_BASE_COMMAND="/usr/bin/gpg --verify --batch --no-tty --no-auto-check-trustdb --status-fd 2 [PORTAGE_CONFIG] [SIGNATURE]" -# GPG home directory where all trusted public keys for binary packages are stored. +# GnuPG home directory where all trusted public keys for binary packages are stored. #BINPKG_GPG_VERIFY_GPG_HOME="/etc/portage/gnupg" # This user and group will be used for dropping root privileges during GnuPG verification
