all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Дронов Евгений" <dronov-ep@yandex.ru>
To: help-gnu-emacs@gnu.org
Subject: Missing public key when checking signature  of my emacs lisp package
Date: Sun, 23 Oct 2016 00:38:55 +0300	[thread overview]
Message-ID: <4238181477172335@web29j.yandex.ru> (raw)

Greetings to GNU Emacs support! I'm making emacs-lisp package (library) and i want it to be uploaded to emacs default package-archive http://elpa.gnu.org  soon.
But before doing so i've decided to upload it to my local package-archive (directory on my computer) and check the experience that any person can get trying to install my package.

Unfortunately, when i try to install it from my local package-archive i get the message:


Failed to verify signature MyPackageName.tar.sig:
No public key for key-id created at 2016-10-22T23:42:29+0300 using RSA

I don't understand why it doesn't find public key. I've created my key-pair using "gpg gen-key" command. Signed my package .tar file with command "gpg -ba -o MyPackageName.tar.sig MyPackageName.tar". Copied output of command "gpg --export -a key-id" to clipboard. Pasted it in 'Submit a key' form in http://pgp.mit.edu/ and submitted - so my public key should be available for everyone right now. But signature - checking at the installation of my package fails. I don't understand , why?

Maybe my whole signing sequence is wrong, i don't know. Emacs-lisp packaging documentation doesn't say much about this. Emacs EasyPG Assistant also doesn't help because its basic signing commands give me .gpg-file signatures but it seems that
emacs package installator can only read .sig-file signatures. 

What am i doing wrong? Please help me!



             reply	other threads:[~2016-10-22 21:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-22 21:38 Дронов Евгений [this message]
2016-10-24  0:23 ` Missing public key when checking signature of my emacs lisp package Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2016-10-24  3:17 Дронов Евгений
2016-10-26 14:09 ` Stefan Monnier

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=4238181477172335@web29j.yandex.ru \
    --to=dronov-ep@yandex.ru \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.