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 <Jeremy.Mordkoff@riftio.com>
Change-Id: I713dc6522f02f5e172cb59a32a7d2400e2002910
diff --git a/jenkins/SO/install b/jenkins/SO/install
index 2adc949..fad9f9e 100755
--- a/jenkins/SO/install
+++ b/jenkins/SO/install
@@ -35,7 +35,7 @@
###############################################################################
# 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 @@
# 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 ddf0734..d54afb6 100755
--- a/jenkins/UI/install
+++ b/jenkins/UI/install
@@ -37,7 +37,7 @@
###############################################################################
# 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