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 acbf79d7 Reported baremaps error
acbf79d7 is described below

commit acbf79d749848b12904256811d5bd27ad134f548
Author: Sebb <[email protected]>
AuthorDate: Mon Jul 22 23:26:05 2024 +0100

    Reported baremaps error
---
 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 1fd906b4..f3b7888f 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(nlpcraft teaclave).include? id # reported, but 
not yet fixed, so suppress noise
+          if show_anyway or !%w(baremaps nlpcraft teaclave).include? id # 
reported, but not yet fixed, so suppress noise
             $stderr.puts "#{id} #{subpage} => #{uri} #{status} 
'#{anchor.text.strip}'"
           end
         end

Reply via email to