← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~andrewsomething/ubuntu-packaging-guide/lp1172810 into lp:ubuntu-packaging-guide

 

Andrew Starr-Bochicchio has proposed merging lp:~andrewsomething/ubuntu-packaging-guide/lp1172810 into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)
Related bugs:
  Bug #1172810 in Ubuntu Packaging Guide: "gpg keyserver should be adapted to ubuntu keyserver"
  https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/1172810

For more details, see:
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/lp1172810/+merge/160978


-- 
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/lp1172810/+merge/160978
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~andrewsomething/ubuntu-packaging-guide/lp1172810 into lp:ubuntu-packaging-guide.
=== modified file 'debian/changelog'
--- debian/changelog	2013-03-19 12:16:15 +0000
+++ debian/changelog	2013-04-25 18:29:26 +0000
@@ -12,6 +12,10 @@
   [ Daniel Holbach ]
   * add Brazilian Portuguese.
 
+  [ Andrew Starr-Bochicchio ]
+  * getting-set-up: Launchpad finds developer gpg keys quicker if they
+    are uploaded directly to the Ubuntu keyserver (LP: #1172810).
+
  -- Andrew Starr-Bochicchio <asb@xxxxxxxxxx>  Fri, 08 Mar 2013 20:20:29 -0500
 
 ubuntu-packaging-guide (0.3.1) experimental; urgency=low

=== modified file 'ubuntu-packaging-guide/getting-set-up.rst'
--- ubuntu-packaging-guide/getting-set-up.rst	2013-01-31 21:26:14 +0000
+++ ubuntu-packaging-guide/getting-set-up.rst	2013-04-25 18:29:26 +0000
@@ -104,12 +104,12 @@
 Next, you need to upload the public part of your key to a keyserver so the 
 world can identify messages and files as yours. To do so, enter::
 
-    $ gpg --send-keys <KEY ID>
+    $ gpg --send-keys --keyserver keyserver.ubuntu.com <KEY ID>
 
-This will send your key to one keyserver, but a network of keyservers will 
-automatically sync the key between themselves. Once this syncing is complete, 
-your signed public key will be ready to verify your contributions around the
-world.
+This will send your key to the Ubuntu keyserver, but a network of keyservers 
+will automatically sync the key between themselves. Once this syncing is 
+complete, your signed public key will be ready to verify your contributions 
+around the world.
 
 
 Create your SSH key


Follow ups