From: Simon Josefsson Date: Fri, 8 Jul 2022 22:32:04 +0000 (+0200) Subject: announce-gen: Improve GnuPG verification instructions. X-Git-Tag: v1.0~2248 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=dfe8fd0f1f00b6c7a8983f6ee5aab82988e3d891;p=gnulib.git announce-gen: Improve GnuPG verification instructions. * build-aux/announce-gen: Add GPG fingerprint to output, and a pointer to GNU keyring. --- diff --git a/ChangeLog b/ChangeLog index a82e76ed00..13d8698ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-07-09 Simon Josefsson + + announce-gen: Improve GnuPG verification instructions. + * build-aux/announce-gen: Add GPG fingerprint to output, and a + pointer to GNU keyring. + 2022-07-08 Simon Josefsson lib-symbol-visibility: Improve documentation. diff --git a/build-aux/announce-gen b/build-aux/announce-gen index d88dda944e..3557fabf4b 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -35,7 +35,7 @@ eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2022-03-14 10:08'; # UTC +my $VERSION = '2022-07-08 22:28'; # 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 @@ -498,7 +498,7 @@ EOF { # When there's only one tarball and one URL, use a more concise form. my $m = "$url_dir_list[0]/$tarballs[0]"; - print "Here are the compressed sources and a GPG detached signature[*]:\n" + print "Here are the compressed sources and a GPG detached signature:\n" . " $m\n" . " $m.sig\n\n"; } @@ -510,7 +510,7 @@ EOF . "please tell bug-gnulib\@gnu.org)", @url_dir_list, %size, $xd); my @sig_files = map { "$_.sig" } @tarballs; - print_locations ("GPG detached signatures[*]", @url_dir_list, %size, + print_locations ("GPG detached signatures", @url_dir_list, %size, @sig_files); } @@ -535,14 +535,29 @@ EOF and print_checksums (@sizable); print <