1
0

Switch repository transport from http: to https:

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-10-16 08:27:14 -07:00
parent dddbed6fd5
commit e2c5364785

View File

@ -4,7 +4,7 @@ CONTAINER=$(basename ${PWD})
OS_DISTRO=${OS_DISTRO:-ubuntu} OS_DISTRO=${OS_DISTRO:-ubuntu}
OS_RELEASE=${OS_RELEASE:-disco} OS_RELEASE=${OS_RELEASE:-disco}
PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}} PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}}
PACKAGE_KEYFILE=http://osgc.jf.intel.com/graphics/ubuntu/aptly_repo_signing.key PACKAGE_KEYFILE=https://osgc.jf.intel.com/graphics/ubuntu/aptly_repo_signing.key
PACKAGE_REPOSITORY=http://osgc.jf.intel.com/graphics/${OS_DISTRO} PACKAGE_REPOSITORY=https://osgc.jf.intel.com/graphics/${OS_DISTRO}
#PACKAGE_KEYFILE=http://repositories.intel.com/graphics/ubuntu/repository.key #PACKAGE_KEYFILE=https://repositories.intel.com/graphics/ubuntu/repository.key
#PACKAGE_REPOSITORY=http://repositories.intel.com/graphics/${OS_DISTRO} #PACKAGE_REPOSITORY=https://repositories.intel.com/graphics/${OS_DISTRO}