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

switch a new RIFT repo for R3 so that the R2 repo can be restored to its previous state

force

Signed-off-by: default avatarJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>

Change-Id: I713dc6522f02f5e172cb59a32a7d2400e2002910
parent a4e08139
No related branches found
Tags v3.0.0rc3
No related merge requests found
......@@ -35,7 +35,7 @@ set -o nounset # Expanding an unset variable is an error. Variables must be
###############################################################################
# Set up repo and version
PLATFORM_REPOSITORY=OSM
PLATFORM_REPOSITORY=OSM3
PLATFORM_VERSION=5.2.0.0.71033
while getopts ":P:V:h" o; do
......@@ -79,6 +79,8 @@ function usage() {
# Main block
# enable the right repos
echo "### INSTALLING RIFT platform ${PLATFORM_VERSION} from repository ${PLATFORM_REPOSITORY}"
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}/
......
......@@ -37,7 +37,7 @@ set -o nounset # Expanding an unset variable is an error. Variables must be
###############################################################################
# Set up repo and version
PLATFORM_REPOSITORY=OSM
PLATFORM_REPOSITORY=OSM3
PLATFORM_VERSION=5.2.0.0.71033
while getopts ":P:V:h" o; do
......
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