Author: sebb
Date: Sun Jun 22 16:13:19 2025
New Revision: 1926646
URL: http://svn.apache.org/viewvc?rev=1926646&view=rev
Log:
Outdated info
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=1926646&r1=1926645&r2=1926646&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Sun Jun 22 16:13:19 2025
@@ -16,10 +16,6 @@ NG version:
jQuery and custom CSS/CoffeeScript compiled into tabs.js using:
cat coffee/*.coffee | coffee -b --compile --stdio > tabs.js
-Also uses Google Loader:
-https://developers.google.com/loader/
-This is used by site/index.html which loads the visualization API modules:
corechart, timeline
-
The site runs on the host projects-vm3.a.o at present (May 2021)
The puppet config for the VM is stored at:
@@ -53,7 +49,6 @@ crontab -l -u www-data:
20 00 * * * cd /var/www/reporter.apache.org/scripts && ./python3logger.sh
pmcdates.py
30 00 * * * cd /var/www/reporter.apache.org/scripts && ./python3logger.sh
bugzillastats.py
50 00 * * * cd /var/www/reporter.apache.org/scripts && ./python3logger.sh
health.py
-32 * * * * cd /var/www/reporter.apache.org/scripts && ./python3logger.sh
readchecker.py
*/15 * * * * pgrep -f "gunicorn3.*wsgi:app" || (cd
/var/www/reporter.apache.org/scripts && gunicorn3 -b 127.0.0.1 -w 6 -D wsgi:app
&& echo "restarting gunicorn")
# ensure that any new data files get picked up by the commit (which must be
done by root)