Switch repository transport from http: to https:
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
dddbed6fd5
commit
e2c5364785
8
SOLUTION
8
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user