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 2018/01/25 22:06:27 UTC

svn commit: r1822230 - /comdev/reporter.apache.org/trunk/scripts/urlutils.py

Author: sebb
Date: Thu Jan 25 22:06:27 2018
New Revision: 1822230

URL: http://svn.apache.org/viewvc?rev=1822230&view=rev
Log:
Location of file has changed

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

Modified: comdev/reporter.apache.org/trunk/scripts/urlutils.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/urlutils.py?rev=1822230&r1=1822229&r2=1822230&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/urlutils.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/urlutils.py Thu Jan 25 22:06:27 2018
@@ -258,7 +258,7 @@ if __name__ == '__main__':
     fc2 = UrlCache(cachedir=None,interval=0, debug=True)
     fc2.get("https://svn.apache.org/repos/asf/subversion/README","README", encoding='utf-8')
     fc = UrlCache(cachedir=None,interval=10, silent=True, debug=True)
-    GIT='https://git-wip-us.apache.org/repos/asf?p=infrastructure-puppet.git;hb=refs/heads/deployment;a=blob_plain;f=modules/subversion_server/files/authorization/'
+    GIT='https://raw.githubusercontent.com/apache/infrastructure-puppet/deployment/modules/subversion_server/files/authorization/'
     ASF='asf-authorization-template'
     fc.get(GIT+ASF,ASF)
     fc.get("https://svn.apache.org/repos/asf/subversion/README","README")