summaryrefslogtreecommitdiff
path: root/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-14 16:09:28 +0000
committerJim Meyering <jim@meyering.net>2004-03-14 16:09:28 +0000
commiteb3eb5a85fdc325971e237a68f505cf9b0fbb0f1 (patch)
treed7d6fd57820af688a294655412fe20a12ea7f772 /announce-gen
parentd5c36aff6d625f060163f496521a6025327d37a4 (diff)
downloadcoreutils-eb3eb5a85fdc325971e237a68f505cf9b0fbb0f1.tar.xz
(print_changelog_deltas): Use `.sig' suffix for
signature files, not `.asc'. Reported by angico@yahoo.com.
Diffstat (limited to 'announce-gen')
-rwxr-xr-xannounce-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/announce-gen b/announce-gen
index 953876c5f..45ab1b29b 100755
--- a/announce-gen
+++ b/announce-gen
@@ -6,7 +6,7 @@ use Getopt::Long;
use Digest::MD5;
use Digest::SHA1;
-(my $VERSION = '$Revision: 1.21 $ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.22 $ ') =~ tr/[0-9].//cd;
(my $ME = $0) =~ s|.*/||;
my %valid_release_types = map {$_ => 1} qw (alpha beta major);
@@ -366,7 +366,7 @@ EOF
print_locations ("xdelta-style diffs", @url_dir_list, %size,
$xd);
print_locations ("GPG detached signatures", @url_dir_list, %size,
- "$tgz.asc", "$tbz.asc");
+ "$tgz.sig", "$tbz.sig");
print_signatures ($tgz, $tbz, $xd);