From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58183) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4aYR-00044Y-6H for guix-patches@gnu.org; Wed, 19 Feb 2020 20:23:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4aYQ-0003m4-2l for guix-patches@gnu.org; Wed, 19 Feb 2020 20:23:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37655) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4aYP-0003lw-W4 for guix-patches@gnu.org; Wed, 19 Feb 2020 20:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4aYP-0005rO-S6 for guix-patches@gnu.org; Wed, 19 Feb 2020 20:23:01 -0500 Subject: [bug#39684] [PATCH] etc: Automatically download the pgp key Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:58146) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4aXy-000440-9r for guix-patches@gnu.org; Wed, 19 Feb 2020 20:22:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4aXx-0003cB-Fv for guix-patches@gnu.org; Wed, 19 Feb 2020 20:22:34 -0500 Received: from lepiller.eu ([89.234.186.109]:53686) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4aXw-0003b6-SV for guix-patches@gnu.org; Wed, 19 Feb 2020 20:22:33 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 5232220f for ; Thu, 20 Feb 2020 01:22:28 +0000 (UTC) Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 70a8e8c6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 20 Feb 2020 01:22:27 +0000 (UTC) Date: Thu, 20 Feb 2020 02:22:20 +0100 From: Julien Lepiller Message-ID: <20200220022220.04906816@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39684@debbugs.gnu.org Hi guix, this patch should improve the way the gpg key is fetched. Instead of asking the user to copy the command, when the user passes --allow-import-gpg, the script will import the gpg key by itself. The rationale behind this is a user complaining a few weeks ago on the Fediverse that the installation video didn't work. In fact, they didn't understand the gpg command and failed to import the key; mentionning --allow-import-gpg in the video should help in that case :)