1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

release.pl: allow for installer-only sha*sums.

Now there are lines in the checksum lists that don't correspond
directly to files we uploaded as part of the main release process,
release.pl needs to ignore them to avoid embarrassing upload failures.
This commit is contained in:
Simon Tatham 2019-03-16 16:46:50 +00:00
parent abfc751c3e
commit c1fa520f98

View File

@ -100,7 +100,7 @@ if ($upload) {
}
} elsif (m!^putty/(.*sum)s!) {
print $pipe "echo checking ${1}s\n";
print $pipe "$1 -c ${1}s\n";
print $pipe "grep -vF ' (installer version)' ${1}s | grep . | $1 -c\n";
}
}, no_chdir => 1}, "putty");
print $pipe "echo all verified ok\n";