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/08/08 19:59:53 UTC

[whimsy] branch master updated: get list of pmcs from commitee-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 5324ce5  get list of pmcs from commitee-info.txt
5324ce5 is described below

commit 5324ce56a290e244e71b589d31b4026de44775db
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Aug 8 15:59:29 2017 -0400

    get list of pmcs from commitee-info.txt
---
 tools/site-scan.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index e6452ca..62c26aa 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -155,7 +155,7 @@ else
   end
   # scan all committees, including non-pmcs
   ASF::Committee.load_committee_info
-  committees = (ASF::Committee.list + ASF::Committee.nonpmcs).uniq
+  committees = (ASF::Committee.pmcs + ASF::Committee.nonpmcs).uniq
   
   committees.sort_by {|committee| committee.name}.each do |committee|
     next unless committee.site

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