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 0cc75a4 See unlistedclas.cgi instead
0cc75a4 is described below
commit 0cc75a4f6f75201b0ce181a16e33ab3dce00b8a6
Author: Sebb <[email protected]>
AuthorDate: Sat Jul 3 16:36:10 2021 +0100
See unlistedclas.cgi instead
---
www/public/README.html | 2 --
www/roster/public_icla_info.rb | 3 ++-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/www/public/README.html b/www/public/README.html
index 4f016ea..854aec3 100644
--- a/www/public/README.html
+++ b/www/public/README.html
@@ -6,8 +6,6 @@
<dd>Summary details of retired committees (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/committee-retired.json">docs</a>)</dd>
<dt>icla-info.json</dt>
<dd>Names of people who have submitted ICLAs who have uids (committer
accounts) (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/icla-info.json">docs</a>)</dd>
-<dt>icla-info_noid.json</dt>
- <dd>Names of people who have submitted ICLAs who don't (yet) have uids
(commiter accounts) (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/icla-info_noid.json">docs</a>)</dd>
<dt>member-info.json</dt>
<dd>ASF Member name listing (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/member-info.json">docs</a>)</dd>
<dt>pods-scan.json</dt>
diff --git a/www/roster/public_icla_info.rb b/www/roster/public_icla_info.rb
index 7fffde5..ee295cc 100644
--- a/www/roster/public_icla_info.rb
+++ b/www/roster/public_icla_info.rb
@@ -25,7 +25,8 @@ if ARGV.length == 2
info_noid = {
last_updated: ASF::ICLA.svn_change,
- non_committers: noid
+ see_instead: "https://whimsy.apache.org/officers/unlistedclas.cgi",
+ non_committers: [] # deprecated
}
public_json_output_file(info_noid, ARGV.shift)