Skip to content
Snippets Groups Projects
Commit 2b22e63a authored by Jeremy Mordkoff's avatar Jeremy Mordkoff
Browse files

mkcontainer complains unless rift.list exists


Signed-off-by: default avatarJeremy Mordkoff <jeremy.mordkoff@gmail.com>
parent 369fbb2d
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ function usage() {
# enable the right repos
curl http://repos.riftio.com/public/xenial-riftware-public-key | apt-key add -
curl -o /etc/apt/sources.list.d/RIFT.list http://buildtracker.riftio.com/repo_file/ub16/${PLATFORM_REPOSITORY}/
curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/${PLATFORM_REPOSITORY}/
# Make the Rift repo a higher priority to work around version conflicts.
cat <<EOF > /etc/apt/preferences.d/rift
......@@ -98,7 +98,7 @@ apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSIO
# now disable the RIFT OSM repo so that we'll get MANO from
# the OSM repos
rm -f /etc/apt/sources.list.d/RIFT.list
rm -f /etc/apt/sources.list.d/rift.list
apt-get update
......
......@@ -82,7 +82,7 @@ function usage() {
# enable the right repos
curl http://repos.riftio.com/public/xenial-riftware-public-key | apt-key add -
curl -o /etc/apt/sources.list.d/RIFT.list http://buildtracker.riftio.com/repo_file/ub16/${PLATFORM_REPOSITORY}/
curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/${PLATFORM_REPOSITORY}/
# Make the Rift repo a higher priority to work around version conflicts.
cat <<EOF > /etc/apt/preferences.d/rift
......@@ -101,7 +101,6 @@ apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSIO
# now disable the RIFT OSM repo so that we'll get UI from
# the OSM repos
rm -f /etc/apt/sources.list.d/RIFT.list
apt-get update
apt-get install -y rw.ui-skyquake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment