(whimsy-whimsical-site) branch asf-site updated: changed link

2024-05-18 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/whimsy-whimsical-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 610416f  changed link
610416f is described below

commit 610416fa510c91e9c80c316f38d58c481aa3db2d
Author: Sebb 
AuthorDate: Sat May 18 09:37:57 2024 +0100

changed link
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index ab92baa..70fdba4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,4 @@
-# See: 
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+# See: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
 
 publish:
profile: ~



(whimsy) branch master updated: Wrong check

2024-05-18 Thread sebb
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 e05573b4 Wrong check
e05573b4 is described below

commit e05573b4e26df0657e8cdbf07a5068e4d9082c4e
Author: Sebb 
AuthorDate: Sat May 18 09:23:10 2024 +0100

Wrong check
---
 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 271635fd..1fd906b4 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -170,7 +170,7 @@ def parse(id, site, name, podling=false)
   subpages[site2.to_s] = a
 end
   rescue StandardError => e
-if show_anyway or 
!%w(a_href).include?('fineract.gateway.scarf.sh/{version}') # reported, but not 
yet fixed, so suppress noise
+if show_anyway or 
!a_href.include?('fineract.gateway.scarf.sh/{version}') # reported, but not yet 
fixed, so suppress noise
   $stderr.puts "#{id}: Bad a_href #{a_href} #{e}"
 end
   end