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 e232900 Allow for shortened link text
e232900 is described below
commit e2329005613646af028cc45e6c7cd2811ee8341e
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 9 00:27:21 2020 +0000
Allow for shortened link text
---
tools/download_check.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/download_check.rb b/tools/download_check.rb
index f3249c4..bc0a5c9 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -392,6 +392,8 @@ def _checkDownloadPage(path, tlp, version)
W "Mismatch?: #{h} and #{t}"
elsif base.end_with? tmp
W "Mismatch?: #{h} and '#{tmp}'"
+ elsif base.sub(/-bin\.|-src\./,'.').end_with? tmp
+ W "Mismatch?: #{h} and '#{tmp}'"
else
E "Mismatch2: #{h} and '#{tmp}'"
end