From 5adf16ff7ad11b33d1f5f4d43654f5adf59f1da8 Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Fri, 23 Dec 2016 14:45:27 -0500 Subject: [PATCH] disable release repo -- can cause problems Signed-off-by: Jeremy Mordkoff --- BUILD.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.sh b/BUILD.sh index 2d5b0531..c732207e 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -147,6 +147,9 @@ test -h /usr/rift && sudo rm -f /usr/rift if [[ $PLATFORM == ub16 ]]; then # enable the right repos curl http://repos.riftio.com/public/xenial-riftware-public-key | sudo apt-key add - + # the old mkcontainer always enabled release which can be bad + # so remove it + sudo rm -f /etc/apt/sources.list.d/release sudo curl -o /etc/apt/sources.list.d/${PLATFORM_REPOSITORY}.list http://buildtracker.riftio.com/repo_file/ub16/${PLATFORM_REPOSITORY}/ sudo apt-get update -- 2.25.1