Commit 8d56531739e7a9388f7d753b17776643b9887daf:
    No longer used

Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>

------------------------------------------------------------
www/roster/public_ldap_committers.rb                         |  --------
------------------------------------------------------------
31 changes: 0 additions, 31 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_ldap_committers.rb 
b/www/roster/public_ldap_committers.rb
deleted file mode 100644
index ee89da7..0000000
--- a/www/roster/public_ldap_committers.rb
+++ /dev/null
@@ -1,31 +0,0 @@
-# Use to create JSON output with the following format:
-#
-#  NO LONGER USED, please see public-ldap-groups (committers) and 
public-ldap-people instead
-# 
-# {
-#   "committers": {
-#     "uid": {
-#       "name": "Public Name",
-#       "noLogin": true // present only if the login is not valid
-#     }
-#     ...
-#   },
-#   "non_committers": { // entries in 'ou=people,dc=apache,dc=org' who are not 
committers
-#     "uid": {
-#       "name": "Public Name",
-#       "noLogin": true // present only if the login is not valid
-#     }
-#     ...
-#   },
-# }
-#
-
-require 'bundler/setup'
-
-require_relative 'public_json_common'
-
-info = {
-    comment: "Please use public-ldap-groups (committers) and 
public-ldap-people instead"
-}
-
-public_json_output(info)

Reply via email to