From: garciadeblas Date: Thu, 16 Nov 2017 13:48:12 +0000 (+0100) Subject: Update RELEASE variable to ReleaseTHREE by default X-Git-Tag: v3.0.2~20 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=8244229fc73c250129b279b1d0e90f3d7effdf66;p=osm%2Fdevops.git Update RELEASE variable to ReleaseTHREE by default Change-Id: I4b2d58bbd1399fbdff713f8529aab1c746edd405 Signed-off-by: garciadeblas --- diff --git a/installers/install_osm.sh b/installers/install_osm.sh index f1268fed..1bb42571 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -300,6 +300,7 @@ SHOWOPTS="" COMMIT_ID="" ASSUME_YES="" INSTALL_FROM_SOURCE="" +RELEASE="-R ReleaseTHREE" while getopts ":hy-:b:r:k:u:R:" o; do case "${o}" in diff --git a/jenkins/common/install_common b/jenkins/common/install_common index 4a7c3529..3884b0e3 100755 --- a/jenkins/common/install_common +++ b/jenkins/common/install_common @@ -16,7 +16,7 @@ # # -RELEASE="ReleaseTWO" +RELEASE="ReleaseTHREE" REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg" REPOSITORY="stable" REPOSITORY_BASE="http://osm-download.etsi.org/repository/osm/debian"