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 3b25f3bd Break has been reported
3b25f3bd is described below
commit 3b25f3bd4e4a4aa256a1709560ecd697436a391f
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 29 08:26:43 2024 +0000
Break has been reported
---
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 31b81423..42cff462 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(baremaps nlpcraft teaclave).include? id #
reported, but not yet fixed, so suppress noise
+ if show_anyway or !%w(baremaps nlpcraft teaclave horaedb).include?
id # reported, but not yet fixed, so suppress noise
$stderr.puts "#{id} #{subpage} => #{uri} #{status}
'#{anchor.text.strip}'"
end
end