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: I9176a1e2d3f34e8e3d44d368676597db2328d554
This commit is contained in:
parent
dd2568aca9
commit
c21283854f
@ -236,7 +236,7 @@ repo_url_to_sub_path () {
|
|||||||
|
|
||||||
STX_MIRROR_PROTOCOL="https"
|
STX_MIRROR_PROTOCOL="https"
|
||||||
STX_MIRROR_HOST="mirror.starlingx.windriver.com"
|
STX_MIRROR_HOST="mirror.starlingx.windriver.com"
|
||||||
STX_MIRROR_PORT="80"
|
STX_MIRROR_PORT="443"
|
||||||
STX_MIRROR_URL_ROOT="mirror"
|
STX_MIRROR_URL_ROOT="mirror"
|
||||||
|
|
||||||
url_to_stx_mirror_url () {
|
url_to_stx_mirror_url () {
|
||||||
|
Loading…
Reference in New Issue
Block a user