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 1df5da6 jspwiki does not follow the rules
1df5da6 is described below
commit 1df5da6792a2d38d7ba9837b6ffb36d8fb0d1ba2
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 18 23:31:25 2019 +0000
jspwiki does not follow the rules
---
tools/download_check.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/download_check.rb b/tools/download_check.rb
index bcfea08..e872083 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -511,6 +511,7 @@ def getTLP(url)
if url =~ %r{^https?://([^.]+)(\.incubator)?\.apache\.org/}
tlp = $1
tlp = 'httpcomponents' if tlp == 'hc'
+ tlp = 'jspwiki' if tlp == 'jspwiki-wiki' #
https://jspwiki-wiki.apache.org/Wiki.jsp?page=Downloads
elsif url =~ %r{^https?://([^.]+)\.openoffice\.org/}
tlp = 'openoffice'
else