From 7b0656fcd04a84f178e254cb4242140594522673 Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Tue, 3 Oct 2017 12:29:02 -0400 Subject: [PATCH] switch a new RIFT repo for R3 so that the R2 repo can be restored to its previous state force Signed-off-by: Jeremy Mordkoff Change-Id: I713dc6522f02f5e172cb59a32a7d2400e2002910 --- jenkins/SO/install | 4 +++- jenkins/UI/install | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jenkins/SO/install b/jenkins/SO/install index 2adc9492..fad9f9ed 100755 --- a/jenkins/SO/install +++ b/jenkins/SO/install @@ -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}/ diff --git a/jenkins/UI/install b/jenkins/UI/install index ddf07349..d54afb61 100755 --- a/jenkins/UI/install +++ b/jenkins/UI/install @@ -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 -- 2.25.1