1
0
James P. Ketrenos 5f3e514ceb Remove cloudfront url
Switch to external staging repo

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2019-11-06 15:54:37 -08:00

12 lines
590 B
Plaintext

FFMPEG_TAG_VERSION=n4.2.1
REPO_URL=${REPO_URL:-amr-registry.caas.intel.com/vtt-osgc/solutions}
CONTAINER=$(basename ${PWD})
OS_DISTRO=${OS_DISTRO:-ubuntu}
OS_RELEASE=${OS_RELEASE:-disco}
#PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}-devel}
PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}}
PACKAGE_KEYFILE=https://osgc.jf.intel.com/graphics/ubuntu/aptly_repo_signing.key
PACKAGE_REPOSITORY=https://osgc.jf.intel.com/external/${OS_DISTRO}
#PACKAGE_KEYFILE=https://repositories.intel.com/graphics/ubuntu/repository.key
#PACKAGE_REPOSITORY=https://repositories.intel.com/graphics/${OS_DISTRO}