You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2019/07/24 03:47:34 UTC

svn commit: r1863676 - /incubator/public/trunk/report_runbook.py

Author: jmclean
Date: Wed Jul 24 03:47:34 2019
New Revision: 1863676

URL: http://svn.apache.org/viewvc?rev=1863676&view=rev
Log:
Minor change to run book as you need to manually copy the report to the new  wiki

Modified:
    incubator/public/trunk/report_runbook.py

Modified: incubator/public/trunk/report_runbook.py
URL: http://svn.apache.org/viewvc/incubator/public/trunk/report_runbook.py?rev=1863676&r1=1863675&r2=1863676&view=diff
==============================================================================
--- incubator/public/trunk/report_runbook.py (original)
+++ incubator/public/trunk/report_runbook.py Wed Jul 24 03:47:34 2019
@@ -199,8 +199,10 @@ def prep_next_wiki_report_template(optio
         ./clutch2.sh
         svn ci -m "Update reporting lists and clutch2.pkl"
 
-        # Generate report template and publish on the wiki.
-        python3 clutch2report.py --month={next_month} --upload
+        # Generate report template
+        python3 clutch2report.py --month={next_month}
+
+	# look in report.txt for the report contents
         """).format(next_month=next_month, **options)
 
 def strip_indent(text):



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org