From: Jim Meyering Date: Tue, 15 Jul 2003 06:55:19 +0000 (+0000) Subject: (print_changelog_deltas): Change the .sig suffix to .asc here, too. X-Git-Tag: v5.0.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272a1b39036794d41cf5bd1f6531da8429d8bdee;p=thirdparty%2Fcoreutils.git (print_changelog_deltas): Change the .sig suffix to .asc here, too. --- diff --git a/announce-gen b/announce-gen index 7b3a568fa7..1b4acfdd7d 100755 --- a/announce-gen +++ b/announce-gen @@ -6,7 +6,7 @@ use Getopt::Long; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.15 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.16 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; my %valid_release_types = map {$_ => 1} qw (alpha beta major); @@ -252,8 +252,8 @@ EOF print "\nHere are GPG detached signatures:\n"; foreach my $url (@url_dir_list) { - print " $url/$tgz.sig\n"; - print " $url/$tbz.sig\n"; + print " $url/$tgz.asc\n"; + print " $url/$tbz.asc\n"; } # FIXME: clean up upon interrupt or die