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:
Scott Little 2023-12-01 15:20:55 -05:00
parent dd2568aca9
commit c21283854f
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 () {