switch a new RIFT repo for R3 so that the R2 repo can be restored to its previous... 06/5506/3 v3.0.0rc3
authorJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Tue, 3 Oct 2017 16:29:02 +0000 (12:29 -0400)
committerJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Tue, 3 Oct 2017 18:50:08 +0000 (14:50 -0400)
force

Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Change-Id: I713dc6522f02f5e172cb59a32a7d2400e2002910

jenkins/SO/install
jenkins/UI/install

index 2adc949..fad9f9e 100755 (executable)
@@ -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}/
 
index ddf0734..d54afb6 100755 (executable)
@@ -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