You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by cm...@apache.org on 2017/07/16 22:20:17 UTC

svn commit: r1802088 - /httpd/mod_mbox/trunk/scripts/site-index.py

Author: cml
Date: Sun Jul 16 22:20:17 2017
New Revision: 1802088

URL: http://svn.apache.org/viewvc?rev=1802088&view=rev
Log:
update podlings.xml URL to canonical location


Modified:
    httpd/mod_mbox/trunk/scripts/site-index.py

Modified: httpd/mod_mbox/trunk/scripts/site-index.py
URL: http://svn.apache.org/viewvc/httpd/mod_mbox/trunk/scripts/site-index.py?rev=1802088&r1=1802087&r2=1802088&view=diff
==============================================================================
--- httpd/mod_mbox/trunk/scripts/site-index.py (original)
+++ httpd/mod_mbox/trunk/scripts/site-index.py Sun Jul 16 22:20:17 2017
@@ -10,7 +10,7 @@ ROOT="/x1/mail-archives/mod_mbox"
 # Get the list of podlings from a list the Incubator PMC maintains.
 def _get_podlings():
   rv = set()
-  u = urllib.urlopen("http://incubator.apache.org/podlings.xml")
+  u = urllib.urlopen("http://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings.xml")
   string = u.read()
   root = ET.fromstring(string)
   for e in root: