unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: 41653@debbugs.gnu.org
Cc: "Ludovic Courtès" <ludo@gnu.org>
Subject: [bug#41653] [PATCH 0/4] Add (guix git-authenticate) with tests
Date: Mon,  1 Jun 2020 23:29:57 +0200	[thread overview]
Message-ID: <20200601212957.3056-1-ludo@gnu.org> (raw)

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 <https://issues.guix.gnu.org/22883>.

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

-- 
2.26.2





             reply	other threads:[~2020-06-01 21:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 21:29 Ludovic Courtès [this message]
2020-06-01 21:41 ` [bug#41653] [PATCH 1/4] Add (guix git-authenticate) Ludovic Courtès
2020-06-01 21:41   ` [bug#41653] [PATCH 2/4] git-authenticate: Don't hard-code "origin/" for keyring reference Ludovic Courtès
2020-06-01 21:41   ` [bug#41653] [PATCH 3/4] git-authenticate: Raise proper SRFI-35 conditions Ludovic Courtès
2020-06-01 21:41   ` [bug#41653] [PATCH 4/4] git-authenticate: Add tests Ludovic Courtès
2020-06-05 21:13 ` [bug#41653] [PATCH 0/4] Add (guix git-authenticate) with tests Ludovic Courtès
2020-06-07 21:19 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200601212957.3056-1-ludo@gnu.org \
    --to=ludo@gnu.org \
    --cc=41653@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).