SF.net SVN: gar:[25993] csw/mgar/gar/v2/lib/python/ maintainer_activity_report.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Oct 16 15:41:52 CEST 2016


Revision: 25993
          http://sourceforge.net/p/gar/code/25993
Author:   wahwah
Date:     2016-10-16 13:41:51 +0000 (Sun, 16 Oct 2016)
Log Message:
-----------
Fetch CSW database state over https.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/maintainer_activity_report.py

Modified: csw/mgar/gar/v2/lib/python/maintainer_activity_report.py
===================================================================
--- csw/mgar/gar/v2/lib/python/maintainer_activity_report.py	2016-10-16 13:28:52 UTC (rev 25992)
+++ csw/mgar/gar/v2/lib/python/maintainer_activity_report.py	2016-10-16 13:41:51 UTC (rev 25993)
@@ -189,7 +189,7 @@
                          for catrel in catrels)
 
     # Additional query: maintainers from CSW on the website
-    csw_db_url = 'http://www.opencsw.org/buglist/maintainers'
+    csw_db_url = 'https://www.opencsw.org/buglist/maintainers'
     csw_db_future = executor.submit(lambda: requests.get(csw_db_url).json())
     key_by_future[csw_db_future] = 'csw_db'
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list