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 d7df9f0a Reduce noise
d7df9f0a is described below

commit d7df9f0a0277b134c60ea4f4bfd4c2c8851d1992
Author: Sebb <s...@apache.org>
AuthorDate: Sun Apr 28 14:54:11 2024 +0100

    Reduce noise
---
 tools/site-scan.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index 41adc6f5..a7f5750c 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -219,7 +219,9 @@ def parse(id, site, name, podling=false)
             nodisclaimer << subpage
           end
         else
-          $stderr.puts "#{id} #{subpage} => #{uri} #{status} 
'#{anchor.text.strip}'"
+          unless %w(nlpcraft teaclave).include? id # reported, but not yet 
fixed, so suppress noise
+            $stderr.puts "#{id} #{subpage} => #{uri} #{status} 
'#{anchor.text.strip}'"
+          end
         end
       rescue URI::InvalidURIError
       end

Reply via email to