This is an automated email from the ASF dual-hosted git repository. curcuru pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 21b2b4344e87714a39f059587e7a50354e9eb046 Author: Shane Curcuru <[email protected]> AuthorDate: Mon Feb 3 13:04:06 2020 -0500 Separate out committer/member items --- lib/whimsy/logparser.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/whimsy/logparser.rb b/lib/whimsy/logparser.rb index 4d1c6c6..b9b57b3 100755 --- a/lib/whimsy/logparser.rb +++ b/lib/whimsy/logparser.rb @@ -22,7 +22,9 @@ module LogParser 'site.cgi' => 'TLP Site Checker', 'pods.cgi' => 'Podling Site Checker', 'foundation/orgchart' => 'Public OrgChart', - 'status' => 'Server Status' + 'status' => 'Server Status', + 'committers' => 'Other Committer Private Tools', + 'members' => 'Other Member Private Tools' } RUSER = 'remote_user' REFERER = 'referer'
