changeset 10145:1c6dc066fe6d

announce-gen: use a better key-server host name * build-aux/announce-gen (main): Recommend keys.gnupg.net, since it may be more consistently reliable. Suggested by Werner Koch in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
author Jim Meyering <meyering@redhat.com>
date Mon, 02 Jun 2008 11:32:02 +0200
parents 6cbcb13324a6
children 3c71b6fb6b10
files ChangeLog build-aux/announce-gen
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 01 23:10:06 2008 +0200
+++ b/ChangeLog	Mon Jun 02 11:32:02 2008 +0200
@@ -1,3 +1,10 @@
+2008-06-02  Jim Meyering  <meyering@redhat.com>
+
+	announce-gen: use a better key-server host name
+	* build-aux/announce-gen (main): Recommend keys.gnupg.net, since
+	it may be more consistently reliable.  Suggested by Werner Koch
+	in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
+
 2008-06-01  Bruno Haible  <bruno@clisp.org>
 
 	* lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
--- a/build-aux/announce-gen	Sun Jun 01 23:10:06 2008 +0200
+++ b/build-aux/announce-gen	Mon Jun 02 11:32:02 2008 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # Generate a release announcement message.
 
-my $VERSION = '2008-02-08 10:34'; # UTC
+my $VERSION = '2008-06-02 08:18'; # UTC
 # The definition above must lie within the first 8 lines in order
 # for the Emacs time-stamp write hook (at end) to update it.
 # If you change this file with Emacs, please let the write hook
@@ -474,7 +474,7 @@
 If that command fails because you don't have the required public key,
 then run this command to import it:
 
-  gpg --keyserver wwwkeys.pgp.net --recv-keys $gpg_key_id
+  gpg --keyserver keys.gnupg.net --recv-keys $gpg_key_id
 
 and rerun the \`gpg --verify' command.
 EOF