Author: sebb
Date: Sun Feb  8 23:47:20 2026
New Revision: 1931769

Log:
Documentation

Modified:
   comdev/reporter.apache.org/branches/tooling-project/README.txt
   comdev/reporter.apache.org/branches/tooling-project/scripts/mailglomper2.py

Modified: comdev/reporter.apache.org/branches/tooling-project/README.txt
==============================================================================
--- comdev/reporter.apache.org/branches/tooling-project/README.txt      Sun Feb 
 8 23:46:24 2026        (r1931768)
+++ comdev/reporter.apache.org/branches/tooling-project/README.txt      Sun Feb 
 8 23:47:20 2026        (r1931769)
@@ -55,6 +55,12 @@ There are additional jobs for projects.a
 Scripts:
 - scripts/health.py
   Creates data/health.json
+  Reads:
+  data/maildata_extended.json
+  data/pmcs.json
+  data/projects.json
+  data/releases/%s.json % project
+  https://whimsy.apache.org/public/committee-info.json via committee_info
 
 - scripts/parsepmcs.py
   Updates data/pmcs.json and data/projects.json (from Whimsy public data)
@@ -67,22 +73,18 @@ Scripts:
   Creates site/reportingcycles.json from committee_info.json
 
 - scripts/mailglomper2.py
-  Updates data/maildata_extended.json from https://lists.apache.org/
+  Updates data/maildata_extended.json and data/maildata_partial.json from 
https://lists.apache.org/
 
 - scripts/readjira.py
    For each .json file found under data/JSON (apart from jira_projects.json) 
it recreates the file.
    Also refreshes data/JIRA/jira_projects.json
 
+- scripts/bugzillastats.py
+  Creates data/bugzillastats.json
+
 - site/addrelease.py
   Updates data/releases/%s.json % committee from form data
 
 Data file consumers:
 - chi.py
   data/health.json
-
-- health.py
-  data/maildata_extended.json
-  data/pmcs.json
-  data/projects.json
-  data/releases/%s.json % project
-  https://whimsy.apache.org/public/committee-info.json

Modified: 
comdev/reporter.apache.org/branches/tooling-project/scripts/mailglomper2.py
==============================================================================
--- comdev/reporter.apache.org/branches/tooling-project/scripts/mailglomper2.py 
Sun Feb  8 23:46:24 2026        (r1931768)
+++ comdev/reporter.apache.org/branches/tooling-project/scripts/mailglomper2.py 
Sun Feb  8 23:47:20 2026        (r1931769)
@@ -10,6 +10,7 @@
 
    Updates:
    data/maildata_extended.json - output data for display
+   data/maildata_partial.json - output data for display
 """
 import sys
 

Reply via email to