You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/02/18 01:19:14 UTC

[whimsy.git] [1/1] Commit 108178c: Avoid breaking apps just yet ...

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


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
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)