You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/07/23 11:27:42 UTC

[whimsy] branch master updated: Name change

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 415ca0b  Name change
415ca0b is described below

commit 415ca0b2ad41f043559a380a2e664d0583050ed5
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 23 12:27:34 2021 +0100

    Name change
---
 tools/download_check.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index 330fd4e..7c05a30 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -229,6 +229,7 @@ def check_hash_loc(h,tlp)
   tlpQE = Regexp.escape(tlp) # in case of meta-chars
   tlpQE = "(?:ooo|#{tlpQE})" if tlp == 'openoffice'
   tlpQE = "(?:lucene|#{tlpQE})" if tlp == 'solr' # temporary override
+  tlpQE = "(?:tubemq|inlong)" if tlp == 'inlong' # renamed
   if h =~ %r{^(https?)://(?:(archive|www)\.)?apache\.org/dist/(?:incubator/)?#{tlpQE}/.*?([^/]+)\.(\w{3,6})$}
     WE "HTTPS! #{h}" unless $1 == 'https'
     return $2,$3,$4