[Bug 796780] shell.py: when wget check certificates it doesn't use the system library for them

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 10 18:15:44 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796780

Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #372991|none                        |needs-work
             status|                            |

--- Comment #2 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Review of attachment 372991:
 --> (https://bugzilla.gnome.org/review?bug=796780&attachment=372991)

The commit message need to reworked. First line should be no more then 80 char
and should describe what is is fixing instead of the describing the bug.

::: cerbero/utils/shell.py
@@ +240,3 @@
+    else:
+        if os.path.exists("/usr/lib/ssl/certs"):
+            cmd += " --ca-directory=/usr/lib/ssl/certs"

That's a Debianism, this fix won't work notably on Fedora.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list