Commit 108178cddd3fad731260cca11ba722e6fdaa4f4d:
    Avoid breaking apps just yet ...


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

------------------------------------------------------------
www/roster/public_icla_info.rb                               | ++ -
------------------------------------------------------------
3 changes: 2 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_icla_info.rb b/www/roster/public_icla_info.rb
index 03ae621..fce8ee4 100644
--- a/www/roster/public_icla_info.rb
+++ b/www/roster/public_icla_info.rb
@@ -19,7 +19,8 @@
 
   info_id = {
     last_updated: ASF::ICLA.svn_change,
-    committers: Hash[ids.sort]
+    committers: Hash[ids.sort],
+    non_committers: noid # TEMPORARY - keep old format until apps have been 
updated
   }
   public_json_output_file(info_id, ARGV.shift)
   

Reply via email to