Skip to content

Commit

Permalink
Make it clearer that we check against keys in pubkeys/
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Sep 30, 2022
1 parent a3808c1 commit bf55e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/verify-sha256sum-signature
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function verify_sha256sum_no_changes() {
diff <(sort "$sha256sums_file") <(sort "$temp_sha256sum")
}

echo "Checking that SHA256SUMs signed by a key in pubkeys/..."
verify_sha256sum_signature
printf 'Checking that SHA256SUMs from mirror match signed file... '
verify_sha256sum_no_changes
Expand Down

0 comments on commit bf55e6e

Please sign in to comment.