You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2020/02/25 16:26:57 UTC

svn commit: r1874510 - /comdev/projects.apache.org/trunk/scripts/cronjobs/parsereleases.py

Author: humbedooh
Date: Tue Feb 25 16:26:57 2020
New Revision: 1874510

URL: http://svn.apache.org/viewvc?rev=1874510&view=rev
Log:
downloads have moved to downloads.a.o

Modified:
    comdev/projects.apache.org/trunk/scripts/cronjobs/parsereleases.py

Modified: comdev/projects.apache.org/trunk/scripts/cronjobs/parsereleases.py
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/scripts/cronjobs/parsereleases.py?rev=1874510&r1=1874509&r2=1874510&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/scripts/cronjobs/parsereleases.py (original)
+++ comdev/projects.apache.org/trunk/scripts/cronjobs/parsereleases.py Tue Feb 25 16:26:57 2020
@@ -29,7 +29,7 @@ Note that rsync excludes hashes, sigs an
 
 releases = {}
 files = {}
-mainurl = "http://www.apache.org/dist/"
+mainurl = "https://downloads.apache.org/"
 
 x = 0
 
@@ -121,4 +121,4 @@ with open("../../site/json/foundation/re
     json.dump(files, f, sort_keys=True, indent=0)
     f.close()
 
-print("All done!")
\ No newline at end of file
+print("All done!")