From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E77D158046 for ; Mon, 14 Oct 2024 22:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FCE0E07D4; Mon, 14 Oct 2024 22:16:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43280E07D4 for ; Mon, 14 Oct 2024 22:16:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B0F1340C7F for ; Mon, 14 Oct 2024 22:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC6541671 for ; Mon, 14 Oct 2024 22:16:10 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1728944159.1e3d0054703a0a1394c556d34a2b620d14ea78d3.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-gentoo-developers/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-keys/openpgp-keys-gentoo-developers/files/keyring-mangler.py X-VCS-Directories: sec-keys/openpgp-keys-gentoo-developers/files/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1e3d0054703a0a1394c556d34a2b620d14ea78d3 X-VCS-Branch: master Date: Mon, 14 Oct 2024 22:16:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95fd8030-cf06-4018-8cb8-a79e4fe19ae5 X-Archives-Hash: 2291a39ae1f2246e0d0e4058f691adb4 commit: 1e3d0054703a0a1394c556d34a2b620d14ea78d3 Author: Bertrand Jacquin jacquin bzh> AuthorDate: Sat Oct 12 15:37:43 2024 +0000 Commit: James Le Cuirot gentoo 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 jacquin.bzh> Closes: https://github.com/gentoo/gentoo/pull/38954 Signed-off-by: James Le Cuirot 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: