summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-02 11:32:02 +0200
committerJim Meyering <meyering@redhat.com>2008-06-02 11:32:43 +0200
commit3825e896292608b8d225a2ea10e54c45a6867c0b (patch)
tree1704dfcf889e2f9357b541f07dfc3a9058eb1c8e /build-aux/announce-gen
parent97e2ac556c21ecd6e7e2b997b1beb5e3c31dd8fe (diff)
downloadgnulib-3825e896292608b8d225a2ea10e54c45a6867c0b.tar.gz
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>.
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-xbuild-aux/announce-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index c642ef8e1f..385ce8c3c0 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -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 @@ Then, run a command like this:
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