From c21283854fde8db8ac73e57e7c5761cf738d10d0 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 1 Dec 2023 15:20:55 -0500 Subject: [PATCH] Fix https port The StarlingX mirror now uses https. Fix the port number to match. Partial-Bug: 2033555 Signed-off-by: Scott Little Change-Id: I9176a1e2d3f34e8e3d44d368676597db2328d554 --- build-tools/url_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/url_utils.sh b/build-tools/url_utils.sh index 35b55603..640bfef0 100755 --- a/build-tools/url_utils.sh +++ b/build-tools/url_utils.sh @@ -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 () {