]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Mar 2019 10:39:19 +0000 (10:39 +0000)
commita4c89902a24c0961657c8281425d480097aadfa6
treea14f49beab8cf80a244386d04b71bc33c9a02b2b
parent983d4757db7d46dcd4116269c4446392e28f16fb
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.

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