From: Jeremy Mordkoff Date: Tue, 3 Oct 2017 16:29:02 +0000 (-0400) Subject: switch a new RIFT repo for R3 so that the R2 repo can be restored to its previous... X-Git-Tag: v3.0.0rc3^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=7b0656fcd04a84f178e254cb4242140594522673;p=osm%2Fdevops.git 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 --- 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