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 5baecde  No longer needed
5baecde is described below

commit 5baecde28fd6a1980f577aec0ecc19df38ea003b
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 9 14:21:19 2019 +0000

    No longer needed
---
 lib/whimsy/asf/ldap.rb | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index b1fc984..5c23724 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -1282,20 +1282,6 @@ module ASF
       members.map {|uid| uid[/uid=(.*?),/,1]}
     end
 
-    # temp list of projects that have moved over to new project LDAP schema
-    GUINEAPIGS = %w(incubator whimsy jmeter axis mynewt atlas accumulo
-      madlib streams fluo impala)
-
-    # is the current PMC a guineapig?
-    def isGuineaPig?
-      GUINEAPIGS.include? name
-    end
-
-    # is the PMC a guineapig?
-    def self.isGuineaPig? (name)
-      GUINEAPIGS.include? name
-    end
-
     # List of owners for this committee, i.e. people who are members of the
     # committee and have update access.  Data is obtained from LDAP.
     # Takes info from Project

Reply via email to