]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
send-error-report: Add --no-ssl to use http protocol rbt/error
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 4 Mar 2019 10:41:03 +0000 (18:41 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 5 Mar 2019 03:26:37 +0000 (11:26 +0800)
commit02ceb625ae6b771fdb252b2e386f833b9e045f06
tree93b408985e75c9577cf833e14f367d65f3ff0094
parente37a1ecc292b684daa49f2da2e19e0aa975f0959
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>
scripts/send-error-report