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 2018/05/27 11:49:40 UTC

[whimsy] branch master updated: count guinea pigs too

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 de529bf  count guinea pigs too
de529bf is described below

commit de529bf17aecc30d803e13bda8d53959f569814a
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun May 27 07:49:25 2018 -0400

    count guinea pigs too
---
 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 8eca40a..f533761 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -40,7 +40,7 @@ end
 get '/' do
   if env['REQUEST_URI'].end_with? '/'
     @committers = ASF::Person.list
-    @committees = ASF::Committee.list
+    @committees = ASF::Committee.pmcs
     @members = ASF::Member.list.keys - ASF::Member.status.keys
     @groups = Group.list
     @podlings = ASF::Podling.to_h.values

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.