1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 03:41:57 +02:00

(print_changelog_deltas): Change the .sig suffix to .asc here, too.

This commit is contained in:
Jim Meyering
2003-07-15 06:55:19 +00:00
parent 5efe3f8221
commit 272a1b3903

View File

@@ -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