Commit a09791cd7fe876f6c7a6f9c0251201e3e370e3da:
No longer needed
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
www/roster/public_icla_info.rb | + --
------------------------------------------------------------
3 changes: 1 additions, 2 deletions.
------------------------------------------------------------
diff --git a/www/roster/public_icla_info.rb b/www/roster/public_icla_info.rb
index fce8ee4..03ae621 100644
--- a/www/roster/public_icla_info.rb
+++ b/www/roster/public_icla_info.rb
@@ -19,8 +19,7 @@
info_id = {
last_updated: ASF::ICLA.svn_change,
- committers: Hash[ids.sort],
- non_committers: noid # TEMPORARY - keep old format until apps have been
updated
+ committers: Hash[ids.sort]
}
public_json_output_file(info_id, ARGV.shift)