From e2c536478545f7a3db9ea95b36d92930803bed02 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 16 Oct 2019 08:27:14 -0700 Subject: [PATCH] Switch repository transport from http: to https: Signed-off-by: James Ketrenos --- SOLUTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SOLUTION b/SOLUTION index f955e15..9dac2a2 100644 --- a/SOLUTION +++ b/SOLUTION @@ -4,7 +4,7 @@ CONTAINER=$(basename ${PWD}) OS_DISTRO=${OS_DISTRO:-ubuntu} OS_RELEASE=${OS_RELEASE:-disco} PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}} -PACKAGE_KEYFILE=http://osgc.jf.intel.com/graphics/ubuntu/aptly_repo_signing.key -PACKAGE_REPOSITORY=http://osgc.jf.intel.com/graphics/${OS_DISTRO} -#PACKAGE_KEYFILE=http://repositories.intel.com/graphics/ubuntu/repository.key -#PACKAGE_REPOSITORY=http://repositories.intel.com/graphics/${OS_DISTRO} +PACKAGE_KEYFILE=https://osgc.jf.intel.com/graphics/ubuntu/aptly_repo_signing.key +PACKAGE_REPOSITORY=https://osgc.jf.intel.com/graphics/${OS_DISTRO} +#PACKAGE_KEYFILE=https://repositories.intel.com/graphics/ubuntu/repository.key +#PACKAGE_REPOSITORY=https://repositories.intel.com/graphics/${OS_DISTRO}