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 d349603 Ozone moved from hadoop
d349603 is described below
commit d349603286c2af7e369a987e62b582ef74bc3ca9
Author: Sebb <[email protected]>
AuthorDate: Thu Sep 30 14:46:42 2021 +0100
Ozone moved from hadoop
---
tools/download_check.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/download_check.rb b/tools/download_check.rb
index 9e0139f..fefff40 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -227,6 +227,7 @@ def check_hash_loc(h, tlp)
tlpQE = "(?:ooo|#{tlpQE})" if tlp == 'openoffice'
tlpQE = "(?:lucene|#{tlpQE})" if tlp == 'solr' # temporary override
tlpQE = "(?:tubemq|inlong)" if tlp == 'inlong' # renamed
+ tlpQE = "(?:hadoop/)?ozone" if tlp == 'ozone' # moved
if h =~
%r{^(https?)://(?:(archive|www)\.)?apache\.org/dist/(?:incubator/)?#{tlpQE}/.*?([^/]+)\.(\w{3,6})$}
WE "HTTPS! #{h}" unless $1 == 'https'
return $2 || '', $3, $4 # allow for no host before apache.org