diff --git a/jenkins/SO/install b/jenkins/SO/install index 2adc9492a6f6ca6d79d4fa2d9454f7300cf5bb23..fad9f9ed90c9bb3e1aac1e2c3f0207520b6b67fd 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 ddf073490cfcf9750b042089c28493e9f5e9b310..d54afb61fcaf6de0f8a4daccc40e3fd006417019 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