From patchwork Mon Jun 1 21:29:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 22509 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D41AF27BBE3; Mon, 1 Jun 2020 22:31:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 6CE0727BBE1 for ; Mon, 1 Jun 2020 22:31:10 +0100 (BST) Received: from localhost ([::1]:33686 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfs1V-0004NC-QS for patchwork@mira.cbaines.net; Mon, 01 Jun 2020 17:31:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfs1O-0004Mz-Em for guix-patches@gnu.org; Mon, 01 Jun 2020 17:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53904) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jfs1O-0000Er-4e for guix-patches@gnu.org; Mon, 01 Jun 2020 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jfs1N-00029B-U3 for guix-patches@gnu.org; Mon, 01 Jun 2020 17:31:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41653] [PATCH 0/4] Add (guix git-authenticate) with tests Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 01 Jun 2020 21:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41653 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41653@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15910470098189 (code B ref -1); Mon, 01 Jun 2020 21:31:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jun 2020 21:30:09 +0000 Received: from localhost ([127.0.0.1]:37217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jfs0X-000281-D5 for submit@debbugs.gnu.org; Mon, 01 Jun 2020 17:30:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:35994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jfs0V-00027u-Qu for submit@debbugs.gnu.org; Mon, 01 Jun 2020 17:30:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45972) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfs0V-000490-Jd for guix-patches@gnu.org; Mon, 01 Jun 2020 17:30:07 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57834) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfs0U-0007ue-IH; Mon, 01 Jun 2020 17:30:06 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=51730 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jfs0T-0006pG-AD; Mon, 01 Jun 2020 17:30:05 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Mon, 1 Jun 2020 23:29:57 +0200 Message-Id: <20200601212957.3056-1-ludo@gnu.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hello Guix! This series moves code from ‘build-aux/git-authenticate.scm’ to a proper module in preparation of integration with (guix channels), as discussed at . More importantly, it adds tests. I hope those tests are readable and I would welcome feedback on all this! Ludo’. Ludovic Courtès (4): Add (guix git-authenticate). git-authenticate: Don't hard-code "origin/" for keyring reference. git-authenticate: Raise proper SRFI-35 conditions. git-authenticate: Add tests. .dir-locals.el | 2 + Makefile.am | 9 +- build-aux/git-authenticate.scm | 203 +---------------------- guix/git-authenticate.scm | 282 ++++++++++++++++++++++++++++++++ guix/tests/git.scm | 26 +-- guix/tests/gnupg.scm | 72 +++++++++ tests/ed25519bis.key | 10 ++ tests/ed25519bis.sec | 10 ++ tests/git-authenticate.scm | 286 +++++++++++++++++++++++++++++++++ 9 files changed, 684 insertions(+), 216 deletions(-) create mode 100644 guix/git-authenticate.scm create mode 100644 guix/tests/gnupg.scm create mode 100644 tests/ed25519bis.key create mode 100644 tests/ed25519bis.sec create mode 100644 tests/git-authenticate.scm