]> code.ossystems Code Review - openembedded-core.git/commit
send-error-report: Add --no-ssl to use http protocol
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 5 Mar 2019 03:30:35 +0000 (11:30 +0800)
committerArmin Kuster <akuster808@gmail.com>
Fri, 22 Mar 2019 21:40:46 +0000 (14:40 -0700)
commitf9dac6e62623b0ac1a2b2f40b54337721afab7a5
tree2721d5b6edc2e76bcf9f55309e8f9ed7c670cea1
parentab4483fbd95fecb951e765ebc7da918b503142ca
send-error-report: Add --no-ssl to use http protocol

The script use https protocol by default, but the error-report-web server's
https connection may not work (e.g., doesn't work with python 2.7.6), so add an
option --no-ssl to make it use http.

(From OE-Core rev: a4c89902a24c0961657c8281425d480097aadfa6)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/send-error-report