From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 08 17:58:59 2020 Received: (at submit) by debbugs.gnu.org; 8 Sep 2020 21:58:59 +0000 Received: from localhost ([127.0.0.1]:56658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFldj-0000d8-5i for submit@debbugs.gnu.org; Tue, 08 Sep 2020 17:58:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:55620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFldf-0000cy-Tl for submit@debbugs.gnu.org; Tue, 08 Sep 2020 17:58:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFldf-0007UO-JP for guix-patches@gnu.org; Tue, 08 Sep 2020 17:58:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49879) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFlde-000266-H5; Tue, 08 Sep 2020 17:58:54 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=54168 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kFldZ-0007Q0-MZ; Tue, 08 Sep 2020 17:58:53 -0400 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= To: guix-patches@gnu.org Subject: [PATCH 0/3] Improve 'import-paths' tests and 'guix authenticate' interface Date: Tue, 8 Sep 2020 23:58:37 +0200 Message-Id: <20200908215837.32037-1-ludo@gnu.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Ludovic=20Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! These patches are about improving testing around the ‘import-paths’ RPC and cleaning up the interface between ‘guix authenticate’ and the daemon. Ludo’. Ludovic Courtès (3): store: Test 'import-paths' with unauthorized and unsigned nar bundles. doc: Distinguish the "nar bundle" format from "nar". daemon: Simplify interface with 'guix authenticate'. doc/guix.texi | 12 +++++- guix/nar.scm | 15 ++++---- guix/scripts/authenticate.scm | 57 +++++++++------------------ nix/libstore/local-store.cc | 24 ++---------- tests/store.scm | 72 +++++++++++++++++++++++++++++++++++ 5 files changed, 113 insertions(+), 67 deletions(-) -- 2.28.0