You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/02/09 13:34:30 UTC

[whimsy] branch master updated: incubator-podling-* lists no longer exist

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 9a2c92c  incubator-podling-* lists no longer exist
9a2c92c is described below

commit 9a2c92c4367be5af89990794793f42464f46d34f
Author: Sebb <se...@apache.org>
AuthorDate: Wed Feb 9 13:34:25 2022 +0000

    incubator-podling-* lists no longer exist
---
 lib/whimsy/asf/podling.rb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index cec1658..d28fa4b 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -287,11 +287,7 @@ module ASF
         when 'log4cxx2'
           'log4cxx-dev@logging.apache.org'
         else
-          if ASF::Mail.lists.include? "#{name}-dev"
-            "dev@#{name}.apache.org"
-          elsif ASF::Mail.lists.include? "incubator-#{name}-dev"
-            "#{name}-dev@incubator.apache.org"
-          end
+          "dev@#{name}.apache.org"
       end
     end