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 09d7b1c2 Reduce noise for gluten failure
09d7b1c2 is described below

commit 09d7b1c2a9a39131304c66602682ddfc4ce101fd
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 14 09:47:12 2025 +0100

    Reduce noise for gluten failure
---
 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 272b0729..03bbe203 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(polaris).include? id # reported, so suppress 
multiple reports
+          if show_anyway or !%w(gluten).include? id # reported, so suppress 
multiple reports
             $stderr.puts "@#{__LINE__}: #{id} #{subpage} => #{uri} #{status} 
'#{anchor.text.strip}'"
           end
         end

Reply via email to