unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Xinglu Chen <public@yoctocell.xyz>
Cc: 48702@debbugs.gnu.org, Aleksandr Vityazev <avityazev@posteo.org>
Subject: [bug#48702] [PATCH v5 0/3] Add patatt and update b4
Date: Sat, 18 Dec 2021 15:20:48 -0500	[thread overview]
Message-ID: <878rwhacm7.fsf@kyleam.com> (raw)
In-Reply-To: <87ee69pvid.fsf@disroot.org>

Xinglu Chen writes:

> Both packages build fine for me; b4 works as expected;

Thanks for testing.

> I haven’t gotten around to setup patatt yet, but ‘patatt --help’ works
> fine.

I haven't tested the sender's side of things (e.g., running `patatt
sign'), but I've tried out the receiving end:

  * move into a clone of the patatt repo in order to make uses of its
    existing .keys/ subdirectory

  * pull in a message from https://lore.kernel.org for one of these keys

One example:

--8<---------------cut here---------------start------------->8---
$ tree --charset=ascii .keys/openpgp
.keys/openpgp
|-- chromium.org
|   `-- keescook
|       `-- default
`-- linuxfoundation.org
    `-- konstantin
        `-- default

4 directories, 2 files

$ b4 am 20211215232432.2069605-1-keescook@chromium.org
Looking up https://lore.kernel.org/r/20211215232432.2069605-1-keescook%40chromium.org
Grabbing thread from lore.kernel.org/all/20211215232432.2069605-1-keescook%40chromium.org/t.mbox.gz
Analyzing 3 messages in the thread
Checking attestation on all messages, may take a moment...
---
  ✓ [PATCH] iommu: Use correctly sized arguments for bit field
    + Acked-by: Yury Norov <yury.norov@gmail.com> (✓ DKIM/gmail.com)
  ---
  ✓ Signed: openpgp/keescook@chromium.org
  ✓ Signed: DKIM/chromium.org
---
Total patches: 1
---
 Link: https://lore.kernel.org/r/20211215232432.2069605-1-keescook@chromium.org
 Base: not specified
       git am ./20211215_keescook_iommu_use_correctly_sized_arguments_for_bit_field.mbx
--8<---------------cut here---------------end--------------->8---

If the same `b4 am' command is invoked without those keys in place, I
instead see


  ✗ No key: openpgp/keescook@chromium.org
  ✓ Signed: DKIM/chromium.org

So, things seem to be wired up okay.  (The `b4 --debug am' output for
the same command looks okay too.)

> I also took the opportunity to test the ‘guix review’ command that
> I have started to work on.  :-)

Neat, thanks for the sneak peek.




  parent reply	other threads:[~2021-12-18 20:21 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 14:50 [bug#48702] [PATCH 0/3] Add patatt and update b4 Kyle Meyer
2021-05-27 14:54 ` [bug#48702] [PATCH 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-05-27 14:54 ` [bug#48702] [PATCH 2/3] gnu: Add patatt Kyle Meyer
2021-05-27 14:54 ` [bug#48702] [PATCH 3/3] gnu: b4: Update to 0.7.0 Kyle Meyer
2021-05-27 21:49 ` [bug#48702] [PATCH 0/3] Add patatt and update b4 Xinglu Chen
2021-05-27 23:05   ` Kyle Meyer
2021-06-03  6:40 ` [bug#48702] [PATCH v2 " Kyle Meyer
2021-06-03  6:40   ` [bug#48702] [PATCH v2 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-06-03  6:40   ` [bug#48702] [PATCH v2 2/3] gnu: Add patatt Kyle Meyer
2021-06-03  6:40   ` [bug#48702] [PATCH v2 3/3] gnu: b4: Update to 0.7.1 Kyle Meyer
2021-07-17 13:09   ` [bug#48702] [PATCH v3 0/3] Add patatt and update b4 Kyle Meyer
2021-07-17 13:09     ` [bug#48702] [PATCH v3 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-07-17 13:09     ` [bug#48702] [PATCH v3 2/3] gnu: Add patatt Kyle Meyer
2021-07-17 13:09     ` [bug#48702] [PATCH v3 3/3] gnu: b4: Update to 0.7.2 Kyle Meyer
2021-09-18 16:28     ` [bug#48702] [PATCH v4 0/3] Add patatt and update b4 Kyle Meyer
2021-09-18 16:28       ` [bug#48702] [PATCH v4 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-09-18 16:28       ` [bug#48702] [PATCH v4 2/3] gnu: Add patatt Kyle Meyer
2021-09-18 16:28       ` [bug#48702] [PATCH v4 3/3] gnu: b4: Update to 0.8.0 Kyle Meyer
2021-12-18  7:06       ` [bug#48702] [PATCH v5 0/3] Add patatt and update b4 Kyle Meyer
2021-12-18  7:06         ` [bug#48702] [PATCH v5 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-12-18  7:06         ` [bug#48702] [PATCH v5 2/3] gnu: Add patatt Kyle Meyer
2021-12-18  7:06         ` [bug#48702] [PATCH v5 3/3] gnu: b4: Update to 0.8.0 Kyle Meyer
     [not found]         ` <87ee69pvid.fsf@disroot.org>
2021-12-18 20:20           ` Kyle Meyer [this message]
2022-05-22 22:28         ` [bug#48702] [PATCH v6 0/4] Add patatt and enable patch attestation for b4 Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 1/4] licenses: Add Expat No Attribution license Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 2/4] gnu: Add patatt Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 3/4] gnu: b4: Drop now unneeded snippet Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 4/4] gnu: b4: Enable patch attestation Kyle Meyer
2022-05-23  9:25             ` Maxime Devos
2022-05-23 13:59           ` bug#48702: [PATCH v6 0/4] Add patatt and enable patch attestation for b4 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=878rwhacm7.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=48702@debbugs.gnu.org \
    --cc=avityazev@posteo.org \
    --cc=public@yoctocell.xyz \
    /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).