bts-link git commit to 'master'

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 24 21:02:41 UTC 2016


 btslink.yaml         |  2 ++
 remote/__init__.py   |  8 ++++++++
 remote/allura.py     |  7 ++++---
 remote/bitbucket.py  |  5 +++--
 remote/bugzilla.py   |  5 +++--
 remote/flyspray.py   |  5 +++--
 remote/github.py     |  6 ++++--
 remote/googlecode.py |  5 +++--
 remote/launchpad.py  |  5 +++--
 remote/redmine.py    |  5 +++--
 remote/roundup.py    | 12 +++++++-----
 remote/rt.py         |  5 +++--
 remote/savane.py     |  5 +++--
 13 files changed, 49 insertions(+), 26 deletions(-)

New commits:
commit 271f4a2ab4bb3aec54a146e880d4cab6945c54c5
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 24 21:00:45 2016 +0000

    Create and SSL context and use it when calling urllib.urlopen()
    
    On DSA-managed machines, the CA certificates location is different than on
    default Debian, so we need to pass it explicitly to the function accessing
    resources on HTTPS; this is needed because on Jessie python, the SSL
    certificates are verified by default, so without this the URL access would fail
    due to the unverifiable certificates.




More information about the bts-link-commits mailing list