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 f95313d3 nlpcraft are unresponsive
f95313d3 is described below
commit f95313d384a118e7940c5f8ee6b72964c1bb6e8c
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 28 10:49:43 2024 +0000
nlpcraft are unresponsive
---
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 f27c258c..f5cb3e22 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 horaedb).include?
id # reported, but not yet fixed, so suppress noise
+ unless %w(nlpcraft).include? id # reported, but unresponsive, so
suppress noise
$stderr.puts "#{id} #{subpage} => #{uri} #{status}
'#{anchor.text.strip}'"
end
end