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 a8befa2  Downgrade deprecated hash to Warning
a8befa2 is described below

commit a8befa2b72dc10e685a389a83cefa693b86697f6
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 18 22:42:42 2019 +0000

    Downgrade deprecated hash to Warning
---
 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 ccfcb80..bcfea08 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -484,7 +484,7 @@ def _checkDownloadPage(path, tlp, version)
           I "Deprecated hash found #{h} #{t}; however #{lastmod} is older than 
#{deprecated}"
           # OK
         else
-          E "Deprecated hash found #{h} #{t} - do not use for current releases 
#{lastmod}"
+          W "Deprecated hash found #{h} #{t} - do not use for current releases 
#{lastmod}"
         end
       end
     elsif h =~ %r{/KEYS$} or t == 'KEYS'

Reply via email to