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 db8442a0 Another baremaps issue [skip ci]
db8442a0 is described below
commit db8442a056723887727a77aff0f33e6ae5fb7669
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 24 00:27:52 2024 +0100
Another baremaps issue [skip ci]
---
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