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/13 20:55:08 UTC

[whimsy] branch master updated: Oops, another reference to Committee.list

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 5421b83  Oops, another reference to Committee.list
5421b83 is described below

commit 5421b83f7388302a6828766d70803307e29d71cc
Author: Sebb <se...@apache.org>
AuthorDate: Wed Feb 13 20:53:54 2019 +0000

    Oops, another reference to Committee.list
---
 lib/whimsy/asf/ldap.rb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 49054bb..8590dec 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -781,9 +781,10 @@ module ASF
     # If the latter, then it needs to be derived from project_owners filtered to keep only PMCs
     def committees
       # legacy LDAP entries
-      committees = weakref(:committees) do
-        Committee.list("member=uid=#{name},#{base}")
-      end
+      committees = []
+#      committees = weakref(:committees) do
+#        Committee.list("member=uid=#{name},#{base}")
+#      end
 
       # add in projects
       # Get list of project names where the person is an owner