Author: humbedooh
Date: Tue Jun  2 12:54:51 2020
New Revision: 1878393

URL: http://svn.apache.org/viewvc?rev=1878393&view=rev
Log:
urllib2 seems to have broken, downgrade to HTTP till we can find a fix

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

Modified: comdev/reporter.apache.org/trunk/scripts/pdata.py
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/pdata.py?rev=1878393&r1=1878392&r2=1878393&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/pdata.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/pdata.py Tue Jun  2 12:54:51 2020
@@ -39,7 +39,7 @@ RAOHOME = RAOHOME_FULL
 COMMITTER_INFO = 'https://whimsy.apache.org/public/public_ldap_people.json'
 MEMBER_INFO = 'https://whimsy.apache.org/public/member-info.json'
 PROJECTS = 'https://whimsy.apache.org/public/public_ldap_projects.json'
-DESCRIPTIONS = 'https://projects.apache.org/json/foundation/committees.json'
+DESCRIPTIONS = 'http://projects.apache.org/json/foundation/committees.json'
 
 def has_cache(filename, ttl = 14400):
     return (os.path.exists(filename) and os.path.getmtime(filename) > 
(time.time() - ttl))


Reply via email to