summaryrefslogtreecommitdiff
path: root/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-15 06:55:19 +0000
committerJim Meyering <jim@meyering.net>2003-07-15 06:55:19 +0000
commit272a1b39036794d41cf5bd1f6531da8429d8bdee (patch)
tree65d7cf9df2ac0ff286deee6f65c259f7e98e2962 /announce-gen
parent5efe3f8221977923e46447ab7e198caa71102369 (diff)
downloadcoreutils-272a1b39036794d41cf5bd1f6531da8429d8bdee.tar.xz
(print_changelog_deltas): Change the .sig suffix to .asc here, too.
Diffstat (limited to 'announce-gen')
-rwxr-xr-xannounce-gen6
1 files changed, 3 insertions, 3 deletions
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