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 2020/12/11 23:16:11 UTC

[whimsy] branch master updated: Bug

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 4339da3  Bug
4339da3 is described below

commit 4339da3c92b40e9b4a2e15663b1d88db15ae3aec
Author: Sebb <se...@apache.org>
AuthorDate: Fri Dec 11 23:16:02 2020 +0000

    Bug
---
 tools/download_check.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index c84e054..c5ba495 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -603,7 +603,7 @@ def _checkDownloadPage(path, tlp, version)
         I "Skipping deprecated hash #{h}"
         next
       end
-      if host == 'www' or host == '' or host == 'downloads' or host == 'archive'
+      if host == 'www' or host == '' or host == 'downloads' or host == 'archive' or host == 'maven'
         next unless $ARCHIVE_CHECK or host != 'archive'
         res = check_head(h,:E, "200", false, true) # allow for redirect here
         next unless res