Fix https port
The StarlingX mirror now uses https. Fix the port number to match. Partial-Bug: 2033555 Signed-off-by: Scott Little <scott.little@windriver.com> Change-Id: I19d2b18d64c26b65cf2b8c05fa642556d9724956
This commit is contained in:
parent
4476e3da27
commit
fa8836f10b
@ -236,7 +236,7 @@ repo_url_to_sub_path () {
|
||||
|
||||
STX_MIRROR_PROTOCOL="https"
|
||||
STX_MIRROR_HOST="mirror.starlingx.windriver.com"
|
||||
STX_MIRROR_PORT="80"
|
||||
STX_MIRROR_PORT="443"
|
||||
STX_MIRROR_URL_ROOT="mirror"
|
||||
|
||||
url_to_stx_mirror_url () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user