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:
Scott Little 2023-12-01 15:25:04 -05:00
parent 4476e3da27
commit fa8836f10b
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {