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:
parent
abfc751c3e
commit
c1fa520f98
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user