You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2016/11/14 13:45:23 UTC

svn commit: r1769625 - /incubator/public/trunk/clutch2report.py

Author: johndament
Date: Mon Nov 14 13:45:23 2016
New Revision: 1769625

URL: http://svn.apache.org/viewvc?rev=1769625&view=rev
Log:
Wiki XMLRPC only accepts https now.

Modified:
    incubator/public/trunk/clutch2report.py

Modified: incubator/public/trunk/clutch2report.py
URL: http://svn.apache.org/viewvc/incubator/public/trunk/clutch2report.py?rev=1769625&r1=1769624&r2=1769625&view=diff
==============================================================================
--- incubator/public/trunk/clutch2report.py (original)
+++ incubator/public/trunk/clutch2report.py Mon Nov 14 13:45:23 2016
@@ -174,7 +174,7 @@ def push(pagename, reportFile):
     report = open(reportFile, 'r')
     reportcontent = report.read(-1)
     report.close()
-    srcwiki = xmlrpc.client.ServerProxy("http://wiki.apache.org/incubator/?action=xmlrpc2")
+    srcwiki = xmlrpc.client.ServerProxy("https://wiki.apache.org/incubator/?action=xmlrpc2")
     token =  srcwiki.getAuthToken(name, password)
     
     pushresults = srcwiki.system.multicall([{'methodName':'applyAuthToken', 'params': [token]}, 



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