From 42b8280ed01f926eaf7c89e924d8e8f0aaa1cc1e Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 29 Oct 2019 10:36:08 -0700 Subject: [PATCH] Switch to non-devel Signed-off-by: James Ketrenos --- SOLUTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SOLUTION b/SOLUTION index 51b49ac..b8e798e 100644 --- a/SOLUTION +++ b/SOLUTION @@ -3,7 +3,8 @@ 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}-devel} +PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}} PACKAGE_KEYFILE=https://osgc.jf.intel.com/graphics/ubuntu/aptly_repo_signing.key #PACKAGE_REPOSITORY=http://dvgo6jxukvox2.cloudfront.net/graphics/${OS_DISTRO} PACKAGE_REPOSITORY=https://osgc.jf.intel.com/graphics/${OS_DISTRO}