Linux maintainer tooling and workflows
 help / color / mirror / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: Neil Armstrong <neil.armstrong@linaro.org>
Cc: tools@linux.kernel.org
Subject: Re: b4 send crashes when sendemail from is missing
Date: Thu, 29 Sep 2022 11:05:44 -0400	[thread overview]
Message-ID: <20220929150544.47vywh3e3fwj3gw4@meerkat.local> (raw)
In-Reply-To: <85c182a4-0ecb-9983-26ac-235cd432afd7@linaro.org>

On Thu, Sep 29, 2022 at 10:43:55AM +0200, Neil Armstrong wrote:
>   File "/home/narmstrong/.local/lib/python3.10/site-packages/patatt/__init__.py", line 366, in _sign_openpgp
>     raise SigningError('Running gpg failed', errors=err.decode().split('\n'))
> 
> patatt.SigningError: Running gpg failed

Can you run:

    git format-patch -1 --stdout | patatt -d sign 2>/tmp/debug

/tmp/debug should contain the command it's trying to run to PGP-sign things,
e.g. for me:

    Running gpg --batch --no-auto-key-retrieve --no-auto-check-trustdb -s -u B6C41CE35664996C!

That should help troubleshoot what's failing.

-K

      reply	other threads:[~2022-09-29 15:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28  9:37 b4 send crashes when sendemail from is missing Neil Armstrong
2022-09-28 13:56 ` Konstantin Ryabitsev
2022-09-29  8:43   ` Neil Armstrong
2022-09-29 15:05     ` Konstantin Ryabitsev [this message]

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

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

  git send-email \
    --in-reply-to=20220929150544.47vywh3e3fwj3gw4@meerkat.local \
    --to=konstantin@linuxfoundation.org \
    --cc=neil.armstrong@linaro.org \
    --cc=tools@linux.kernel.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.
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).