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 2017/12/16 13:47:54 UTC

svn commit: r1818404 - /comdev/reporter.apache.org/trunk/scripts/scandist.py

Author: sebb
Date: Sat Dec 16 13:47:54 2017
New Revision: 1818404

URL: http://svn.apache.org/viewvc?rev=1818404&view=rev
Log:
How to restart

Modified:
    comdev/reporter.apache.org/trunk/scripts/scandist.py

Modified: comdev/reporter.apache.org/trunk/scripts/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/scandist.py?rev=1818404&r1=1818403&r2=1818404&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/scandist.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/scandist.py Sat Dec 16 13:47:54 2017
@@ -2,6 +2,12 @@
 # scandist.py: a minimalistic svnwcsub program  #
 #################################################
 
+# This script runs permanently
+# To restart when a new version is released:
+#
+# cd /var/www/reporter.apache.org/scripts
+# sudo -u www-data ./scandist.sh restart
+
 from threading import Thread
 from datetime import datetime
 import os