]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
send-error-report: Respect URL scheme in server name if exists
authorJaeyoon Jung <jaeyoon.jung@lge.com>
Mon, 14 Apr 2025 02:41:10 +0000 (11:41 +0900)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Apr 2025 09:51:27 +0000 (10:51 +0100)
commite8ce179cf5d82b41bdf7f05013c1b6d58001c336
tree7e0a4523ac29f2eff8dd7f16936519dc4b2fa9b1
parent1c690aa046ebca13d7b29de50d42b5d8a4a8486c
send-error-report: Respect URL scheme in server name if exists

If a server name with -s or --server flag contains the URL scheme such
as http:// or https:// it takes precedence over --no-ssl flag. This will
allow us to use the same command line option for different servers with
http:// and https:// schemes mixed.

Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/send-error-report