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 2019/08/16 15:12:13 UTC

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

Author: sebb
Date: Fri Aug 16 15:12:13 2019
New Revision: 1865308

URL: http://svn.apache.org/viewvc?rev=1865308&view=rev
Log:
Docco

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=1865308&r1=1865307&r2=1865308&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Fri Aug 16 15:12:13 2019
@@ -57,12 +57,14 @@ crontab -l -u www-data: (Not currently s
 # ensure that any new data files get picked up by the commit (which must be done by root)
 40  * * * *      cd /var/www/reporter.apache.org/scripts && ./svnadd.sh ../data/releases
 
-00 12 * * * curl -sS "(redacted)" > /var/www/reporter.apache.org/data/mailinglists.json
+# no longer needed?
+#00 12 * * * curl -sS "(redacted)" > /var/www/reporter.apache.org/data/mailinglists.json
 
 # Run scandist
 @reboot         cd /var/www/reporter.apache.org/scripts && ./scandist.sh
 @monthly        cd /var/www/reporter.apache.org/scripts && ./scandist.sh restart
 
+There are additional jobs for projects.a.o which are documented in its file STRUCTURE.txt
 
 Scripts:
 - scripts/health.py