commit:     1e3d0054703a0a1394c556d34a2b620d14ea78d3
Author:     Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
AuthorDate: Sat Oct 12 15:37:43 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 22:15:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3d0054

sec-keys/openpgp-keys-gentoo-developers: always update information about the 
Web of Trust

Installing this package may fail if no-auto-check-trustdb is defined in
/etc/gnupg/gpg.conf. This commit circumvent the issue by forcing
--auto-check-trustdb which takes precedence over configuration file.

Closes: https://bugs.gentoo.org/940913
Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh>
Closes: https://github.com/gentoo/gentoo/pull/38954
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sec-keys/openpgp-keys-gentoo-developers/files/keyring-mangler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-gentoo-developers/files/keyring-mangler.py 
b/sec-keys/openpgp-keys-gentoo-developers/files/keyring-mangler.py
index 81e7886af56e..9019a7b3da88 100644
--- a/sec-keys/openpgp-keys-gentoo-developers/files/keyring-mangler.py
+++ b/sec-keys/openpgp-keys-gentoo-developers/files/keyring-mangler.py
@@ -35,7 +35,7 @@ gentoo_auth = sys.argv[1]
 active_devs = sys.argv[2]
 armored_output = sys.argv[3]
 
-gpg = gnupg.GPG(verbose=False, gnupghome=os.environ["GNUPGHOME"])
+gpg = gnupg.GPG(verbose=False, gnupghome=os.environ["GNUPGHOME"], 
options="--auto-check-trustdb")
 gpg.encoding = "utf-8"
 
 with open(gentoo_auth, "r", encoding="utf8") as keyring:

Reply via email to