--soui option points temporarily to ReleaseTHREE-Classic testing 41/6141/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 14 May 2018 14:37:04 +0000 (16:37 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 14 May 2018 14:37:04 +0000 (16:37 +0200)
Change-Id: I371654d4d63cd7e5b75db251e31a25d8cb198475
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/full_install_osm.sh

index ad0e204..ba0e924 100755 (executable)
@@ -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