You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/08/27 09:51:19 UTC

svn commit: r1698086 - /comdev/reporter.apache.org/trunk/README.txt

Author: sebb
Date: Thu Aug 27 07:51:19 2015
New Revision: 1698086

URL: http://svn.apache.org/r1698086
Log:
Docs

Modified:
    comdev/reporter.apache.org/trunk/README.txt

Modified: comdev/reporter.apache.org/trunk/README.txt
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/README.txt?rev=1698086&r1=1698085&r2=1698086&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Thu Aug 27 07:51:19 2015
@@ -58,15 +58,26 @@ Scripts:
   Updates data/releases/%s.json project from 
 
 Data file consumers:
+Note: the prefix ~pao means that the file is held under the projects.apache.org workspace
 - chi.py
   data/maildata_extended.json
   data/mailinglists.json
   data/pmcs.json
   data/projects.json
   data/releases/%s.json % project
-  site/json/foundation/pmcs.json
-  site/json/foundation/chairs.json
-  site/json/projects/%s.json % project
+  ~pao/site/json/foundation/pmcs.json
+  ~pao/site/json/foundation/chairs.json
+  ~pao/site/json/projects/%s.json % project
+
+- deathnote.py
+  data/maildata_extended.json
+  data/mailinglists.json
+  data/pmcs.json
+  data/projects.json
+  data/releases/%s.json % project
+  ~pao/site/json/foundation/pmcs.json
+  ~pao/site/json/foundation/chairs.json
+  ~pao/site/json/projects/%s.json % project
 
 - getjson.py
   data/health.json
@@ -74,11 +85,15 @@ Data file consumers:
   data/mailinglists.json
   data/pmcs.json
   data/projects.json
-  data/releases/%s.json
+  data/releases/%s.json % project
   data/JIRA/projects.json
-  site/json/foundation/pmcs.json
-  site/json/foundation/chairs.json
-  site/json/projects/%s.json % project
+  data/JIRA/%s.json % project
+  ~pao/site/json/foundation/pmcs.json
+  ~pao/site/json/foundation/chairs.json
+  ~pao/site/json/projects/%s.json % project
+
+- render.js
+  site/reportingcycles.json
 
 TODO
  - How is site/reportingcycles.json created/maintained?