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 <[email protected]>
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'
'[email protected]'
else
- if ASF::Mail.lists.include? "#{name}-dev"
- "dev@#{name}.apache.org"
- elsif ASF::Mail.lists.include? "incubator-#{name}-dev"
- "#{name}[email protected]"
- end
+ "dev@#{name}.apache.org"
end
end