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 b504115c podling.incubator.a.o is deprecated
b504115c is described below

commit b504115ca841587b3efe8d4548e1b1b3cfb851f3
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 18 14:11:06 2025 +0000

    podling.incubator.a.o is deprecated
---
 lib/whimsy/sitestandards.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index 50f5cfba..7e45de04 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -25,11 +25,11 @@ module SiteStandards
   PODLING_CHECKS = {
     'uri' => {
       CHECK_TEXT => nil,
-      CHECK_CAPTURE => %r{https?://[^.]+(\.incubator)?\.apache\.org},
-      CHECK_VALIDATE => %r{https?://[^.]+(\.incubator)?\.apache\.org},
+      CHECK_CAPTURE => %r{https?://[^.]+\.apache\.org},
+      CHECK_VALIDATE => %r{https?://[^.]+\.apache\.org},
       CHECK_TYPE => 'href',
       CHECK_POLICY => 
'https://incubator.apache.org/guides/sites.html#podling_website_requirements',
-      CHECK_DOC => 'The homepage for any ProjectName must be served from 
http://ProjectName(.incubator)?.apache.org',
+      CHECK_DOC => 'The homepage for any podling must be served from 
http://podlingname.apache.org',
       },
     'disclaimer' => { # textnode_check: txt =~ / Incubation is required of all 
newly accepted projects /
       CHECK_TEXT => %r{Incubation is required of all newly accepted projects},

Reply via email to