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/02/10 22:46:04 UTC

[whimsy] branch master updated: Should be using the list from committee-info, not ou=pmc

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 4cf81bc  Should be using the list from committee-info, not ou=pmc
4cf81bc is described below

commit 4cf81bcb46b514735312f8a0dd6e8761d5ee4a27
Author: Sebb <se...@apache.org>
AuthorDate: Sun Feb 10 22:46:02 2019 +0000

    Should be using the list from committee-info, not ou=pmc
---
 www/roster/main.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 42b6e56..c25bc88 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -228,7 +228,7 @@ end
 get '/podlings' do
   attic = ASF::SVN['attic-xdocs']
   @attic = Dir[File.join(attic, '*.xml')].map {|file| File.basename(file, '.xml')}
-  @committees = ASF::Committee.list.map(&:id)
+  @committees = ASF::Committee.pmcs.map(&:id) # Use list of PMCs from CI.txt
   @podlings = ASF::Podling.list
 
   _html :podlings