From fa8836f10b73f924d05b4544313e5e906b101794 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 1 Dec 2023 15:25:04 -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: I19d2b18d64c26b65cf2b8c05fa642556d9724956 --- centos-mirror-tools/url_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-mirror-tools/url_utils.sh b/centos-mirror-tools/url_utils.sh index 7d68e5e8..c2f6132d 100755 --- a/centos-mirror-tools/url_utils.sh +++ b/centos-mirror-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 () {