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 cc95a300 suppress repeated flagon report cc95a300 is described below commit cc95a3008ed6bd0b9796d9d30f87b009e9abfe56 Author: Sebb <s...@apache.org> AuthorDate: Sat Jul 12 12:12:16 2025 +0100 suppress repeated flagon 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 6952c3a9..3bcb50c3 100755 --- a/tools/site-scan.rb +++ b/tools/site-scan.rb @@ -170,7 +170,7 @@ def parse(id, site, name, podling=false) subpages[site2.to_s] = a end rescue StandardError => e - if show_anyway or !a_href.include?('fory.apache.org/docs/docs/') # reported, but not yet fixed, so suppress noise + if show_anyway or !a_href.include?('| prepend: site.baseurl }}') # reported to flagon, but not yet fixed, so suppress noise $stderr.puts "@#{__LINE__}: #{id}: Bad a_href #{a_href} #{e}" end end