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 2016/06/11 01:40:07 UTC

[whimsy] branch master updated: Not currently used

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  0c64dce   Not currently used
0c64dce is described below

commit 0c64dce5d08233d6ae6be91443e1ebd2bcbdecec
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 11 02:39:57 2016 +0100

    Not currently used
---
 www/roster/public_nonldap_groups.rb | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/www/roster/public_nonldap_groups.rb b/www/roster/public_nonldap_groups.rb
index 2deb6db..890c134 100644
--- a/www/roster/public_nonldap_groups.rb
+++ b/www/roster/public_nonldap_groups.rb
@@ -37,18 +37,19 @@ ASF::Authorization.new('asf').each do |grp, mem|
   groups[grp][:podling] = pods[grp] if pods[grp]
 end
 
-pitgroups = {}
-
-# find the locally defined groups
-ASF::Authorization.new('pit').each do |grp, mem|
-  pitgroups[grp] = {
-      # we use same syntax as for normal groups
-      # this will allow future expansion e.g. if we can flag podlings somehow
-      roster: mem.sort.uniq
-      }
-  # add podling type entry if there is one
-  pitgroups[grp][:podling] = pods[grp] if pods[grp]
-end
+# Not currently used
+#pitgroups = {}
+#
+## find the locally defined groups
+#ASF::Authorization.new('pit').each do |grp, mem|
+#  pitgroups[grp] = {
+#      # we use same syntax as for normal groups
+#      # this will allow future expansion e.g. if we can flag podlings somehow
+#      roster: mem.sort.uniq
+#      }
+#  # add podling type entry if there is one
+#  pitgroups[grp][:podling] = pods[grp] if pods[grp]
+#end
 
 public_json_output(
   # There does not seem to be a useful timestamp here

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].