← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

Re: [Bug 841075] Re: Packaging guide setup instructions are incorrect/outdated

 

Shouldn't this really be a bug against gnupg? There is supposed to be
a default keyserver.

-- Andrew Starr-Bochicchio

   Ubuntu Developer <https://launchpad.net/~andrewsomething>
   Debian Contributor
<http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com>
   PGP/GPG Key ID: D53FDCB1

-- 
You received this bug notification because you are a member of Ubuntu
Packaging Guide Team, which is subscribed to Ubuntu Packaging Guide.
https://bugs.launchpad.net/bugs/841075

Title:
  Explain how to trouble-shoot gpg --sendkeys (no default keyserver)

Status in Ubuntu Packaging Guide:
  Triaged

Bug description:
  On this page: http://developer.ubuntu.com/packaging/html/getting-set-
  up.html - part of the setup instructions are incorrect or outdated.

  The section on setting up your GPG key includes details on how to send your public key to the keyserver, using the command:
  gpg --send-keys <KEY ID>

  This does not work, and causes the following error:
  gpg: no keyserver known (use option --keyserver)
  gpg: keyserver send failed: bad URI

  After speaking with sagaci on #ubuntu @ freenode IRC, I was given the
  correct instruction, which works perfectly. It is:

  gpg --send-keys --keyserver keyserver.ubuntu.com <KEY ID HERE>

  
  Could you please update the Packaging setup guide to reflect this information, so that others following it may not fall into the same pit I did :)

  Thank you.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/841075/+subscriptions


References