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 2019/09/26 21:51:44 UTC

[whimsy] branch master updated: Mail lists no longer use the form incubator-podling-private

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 e719735  Mail lists no longer use the form incubator-podling-private
e719735 is described below

commit e7197352473d28e02b7cfcef4a82f85690abf517
Author: Sebb <se...@apache.org>
AuthorDate: Thu Sep 26 22:51:34 2019 +0100

    Mail lists no longer use the form incubator-podling-private
---
 www/officers/acreq.cgi | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 355bf40..0a24bf7 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -21,7 +21,6 @@ end
 
 ACREQ = 'https://svn.apache.org/repos/infra/infrastructure/trunk/acreq'
 OFFICERS = 'https://svn.apache.org/repos/private/foundation/officers'
-APMAIL_BIN = ASF::SVN['apmail_bin']
 
 # get up to date data...
 # TODO replace with library method see WHIMSY-103
@@ -306,11 +305,7 @@ _html do
                   end
 
                   if requestor == 'incubator' and not @podling.to_s.empty?
-                    if File.read(File.join(APMAIL_BIN, '.archives')).include? "incubator-#{@podling}-private"
-                      cc_list << "#{@podling}-private@#{pmc_list}.apache.org".untaint
-                    else
-                      cc_list << "private@#{@podling}.#{pmc_list}.apache.org".untaint
-                    end
+                    cc_list << "private@#{@podling}.#{pmc_list}.apache.org".untaint
                     requestor = "#{@podling}@incubator".untaint
                   end