This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 6120ffa More tweaks
6120ffa is described below
commit 6120ffa1c6761828ee6dcf228be163c56a1d60d7
Author: Sebb <[email protected]>
AuthorDate: Thu Mar 5 21:46:42 2020 +0000
More tweaks
---
tools/download_check.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/download_check.rb b/tools/download_check.rb
index 2f154b2..3b872db 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -247,6 +247,7 @@ VERIFY_TEXT = [
'verify your downloads',
'All downloads should be verified',
'verification instructions',
+ ' encouraged to verify ',
]
ALIASES = {
@@ -355,7 +356,7 @@ def _checkDownloadPage(path, tlp, version)
# Check if GPG verify has two parameters
body.scan(%r{^.+gpg --verify.+$}){|m|
unless m =~ %r{gpg --verify\s+\S+\.asc\s+\S+}
- W "gpg verify without second param: #{m.strip}"
+ W "gpg verify should specify second param: #{m.strip}
see:\nhttps://www.apache.org/info/verification.html#specify_both"
end
}