You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/07/02 00:21:29 UTC

[whimsy] branch master updated: grab pmc list from committee-info.txt

This is an automated email from the ASF dual-hosted git repository.

rubys 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 9a85e41  grab pmc list from committee-info.txt
9a85e41 is described below

commit 9a85e41b8f6a551772676e10202bc4fa49ac47b9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Jul 1 20:21:13 2017 -0400

    grab pmc list from committee-info.txt
---
 www/committers/subscribe.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index e135787..9cac141 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -30,7 +30,7 @@ ASF::Podling.list.each {|p|
   end
 }
 
-pmcs = ASF::Committee.list.map(&:mail_list)
+pmcs = ASF::Committee.pmcs.map(&:mail_list)
 lists = ASF::Mail.cansub(user.asf_member?, ASF.pmc_chairs.include?(user))
 lists.sort!
 addrs = (["#{$USER}@apache.org"] + user.mail + user.alt_email)

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].