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/07/06 23:43:14 UTC

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

Author: sebb
Date: Mon Jul  6 21:43:14 2015
New Revision: 1689507

URL: http://svn.apache.org/r1689507
Log:
Flesh out a few more details

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=1689507&r1=1689506&r2=1689507&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Mon Jul  6 21:43:14 2015
@@ -21,12 +21,18 @@ Some Puppet data is here
 https://svn.apache.org/repos/infra/infrastructure/trunk/puppet/hosts/nyx-ssl/manifests/init.pp
 
 Crontab:
+# m h   dom mon dow   command
 00 4,12,20 * * * cd /var/www/reporter.apache.org/data && python3.4 parsepmcs.py
-00 01 * * * cd /var/www/reporter.apache.org/ && python mailglomper.py
-00 09 * * * cd /var/www/reporter.apache.org/ && python readjira.py
-00 12 * * * curl "(removed)" > /var/www/reporter.apache.org/data/mailinglists.json
+00 01      * * * cd /var/www/reporter.apache.org/ && python mailglomper.py
+00 09      * * * cd /var/www/reporter.apache.org/ && python readjira.py
+00 12      * * * curl "(redacted)" > /var/www/reporter.apache.org/data/mailinglists.json
 
+Scripts:
+- data/parsepmcs.py
+  creates pmcs.json and projects.json (currently from http://people.apache.org/committer-index.html)
 
-TODO:
-- where are the scripts that populate the data files?
-- the data/ files seem to be static; are they ever updated?
\ No newline at end of file
+- mailglomper.py
+  Updates data/maildata_extended.json from http://mail-archives.us.apache.org/mod_mbox/<list>/<date>.mbox
+
+- readjira.py
+  Creates JSON files under /var/www/reporter.apache.org/data/JIRA