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 d7cc39f4 suppress repeated polaris report
d7cc39f4 is described below

commit d7cc39f47e28049a7bec3bae288c3ddc9f39c3d8
Author: Sebb <[email protected]>
AuthorDate: Sat Jul 12 12:16:37 2025 +0100

    suppress repeated polaris report
---
 tools/site-scan.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index 3bcb50c3..8b80a5a3 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -221,7 +221,7 @@ def parse(id, site, name, podling=false)
             nodisclaimer << subpage
           end
         else
-          if show_anyway or !%w(fory).include? id # reported, so suppress 
multiple reports
+          if show_anyway or !%w(polaris).include? id # reported, so suppress 
multiple reports
             $stderr.puts "@#{__LINE__}: #{id} #{subpage} => #{uri} #{status} 
'#{anchor.text.strip}'"
           end
         end

Reply via email to