From 272a1b39036794d41cf5bd1f6531da8429d8bdee Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 Jul 2003 06:55:19 +0000 Subject: (print_changelog_deltas): Change the .sig suffix to .asc here, too. --- announce-gen | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'announce-gen') diff --git a/announce-gen b/announce-gen index 7b3a568fa..1b4acfdd7 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 -- cgit v1.2.3-54-g00ecf