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/09 15:41:25 UTC

[whimsy] branch master updated: TODOs

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 1e0c82e  TODOs
1e0c82e is described below

commit 1e0c82e9711539ac68e81b1452af88a81f9c6892
Author: Sebb <se...@apache.org>
AuthorDate: Sat Feb 9 15:41:24 2019 +0000

    TODOs
---
 tools/check_consistency.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/check_consistency.rb b/tools/check_consistency.rb
index 13970ac..aae442b 100755
--- a/tools/check_consistency.rb
+++ b/tools/check_consistency.rb
@@ -11,6 +11,7 @@ ASF::LDAP.bind if fix
 auth_path=ARGV.shift
 
 groups = ASF::Group.preload # for performance
+# TODO drop soon
 committees = ASF::Committee.preload # for performance
 
 projects = ASF::Project.preload
@@ -44,6 +45,7 @@ groups.keys.sort_by {|a| a.name}.each do |entry|
 end
 
 puts ""
+# TODO will no longer be relevant
 puts "project.owners ~ committee.members"
 committees.keys.sort_by {|a| a.name}.each do |entry|
     summary[entry.name]['c']=1