From: garciadeblas Date: Mon, 14 May 2018 14:37:04 +0000 (+0200) Subject: --soui option points temporarily to ReleaseTHREE-Classic testing X-Git-Tag: v4.0.0~8 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=ef091869594079752bc9af8d6076433f5b57b212;p=osm%2Fdevops.git --soui option points temporarily to ReleaseTHREE-Classic testing Change-Id: I371654d4d63cd7e5b75db251e31a25d8cb198475 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ad0e2043..ba0e9247 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -751,7 +751,7 @@ while getopts ":hy-:b:r:k:u:R:l:p:D:" o; do [ "${OPTARG}" == "lxdinstall" ] && INSTALL_LXD="y" && continue [ "${OPTARG}" == "lxdimages" ] && INSTALL_FROM_LXDIMAGES="y" && continue [ "${OPTARG}" == "lightweight" ] && INSTALL_LIGHTWEIGHT="y" && continue - [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && RELEASE="-R ReleaseTHREE" && REPOSITORY="-r stable" && continue + [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && RELEASE="-R ReleaseTHREE-Classic" && REPOSITORY="-r testing" && continue [ "${OPTARG}" == "vimemu" ] && INSTALL_VIMEMU="y" && continue [ "${OPTARG}" == "noconfigure" ] && NOCONFIGURE="y" && continue [ "${OPTARG}" == "showopts" ] && SHOWOPTS="y" && continue