X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=BUILD.sh;fp=BUILD.sh;h=1f550d943883b2ce05e3d86f3786ff35306dbd75;hb=3558119e212cc1f5ffc5130118e38114fb80990d;hp=58f9c3deb6210cff27391366a30d7b3149f10769;hpb=996695a3d7bba0bce1c064e404829802454212ca;p=osm%2FSO.git diff --git a/BUILD.sh b/BUILD.sh index 58f9c3de..1f550d94 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