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/11 22:30:04 UTC

[whimsy] branch master updated: Doc

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 63758b2  Doc
63758b2 is described below

commit 63758b2c1211ede78366a55dcd8e8d32a0788617
Author: Sebb <se...@apache.org>
AuthorDate: Mon Feb 11 22:30:03 2019 +0000

    Doc
---
 lib/whimsy/asf/ldap.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index a7c6a5f..b0c0aa1 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -1244,6 +1244,7 @@ module ASF
     # return a list of committees, from LDAP.
     # TODO this stopped returning all PMCs when guinea pigs were introduced
     # Should it be dropped, or made to return the list of PMCs ?
+    # No longer used
     def self.list(filter='cn=*')
       ASF.search_one(base, filter, 'cn').flatten.map {|cn| Committee.find(cn)}
     end