emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Key signature verification failure for ELPA installation


From: Stefan Monnier
Subject: Re: Key signature verification failure for ELPA installation
Date: Sun, 08 Apr 2018 21:48:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> This looks weird to me for a few reasons, not least that gpg is looking
> for the public keyring under the /tmp directory, but I don't know enough
> about Emacs package signing to even triage this.

Indeed it's weird that it looks for it in /tmp.  `package.el` doesn't
use the user's ~/.gnupg config but instead uses its own, which is kept
in package-gnupghome-dir which defaults to (expand-file-name "gnupg"
package-user-dir) and gets populated (via package-import-keyring) in
package-refresh-contents.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]