full_install: default RELEASE is ReleaseFOUR 14/6214/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 25 May 2018 08:33:36 +0000 (10:33 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 25 May 2018 08:33:50 +0000 (10:33 +0200)
Change-Id: I66551a34aa3cfbe5ad64d6b6dc1a12884a196938
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/full_install_osm.sh

index f3e005e..cfbab57 100755 (executable)
@@ -819,7 +819,7 @@ SHOWOPTS=""
 COMMIT_ID=""
 ASSUME_YES=""
 INSTALL_FROM_SOURCE=""
-RELEASE="-R ReleaseTHREE"
+RELEASE="-R ReleaseFOUR"
 REPOSITORY="-r stable"
 INSTALL_VIMEMU=""
 INSTALL_FROM_LXDIMAGES=""
@@ -909,6 +909,7 @@ done
 [ -n "$INSTALL_FROM_LXDIMAGES" ] && [ -n "$INSTALL_LIGHTWEIGHT" ] && FATAL "Incompatible options: --lxd can only be used with --soui"
 [ -n "$NAT" ] && [ -n "$INSTALL_LIGHTWEIGHT" ] && FATAL "Incompatible options: --nat can only be used with --soui"
 [ -n "$NOCONFIGURE" ] && [ -n "$INSTALL_LIGHTWEIGHT" ] && FATAL "Incompatible options: --noconfigure can only be used with --soui"
+[ -n "$RELEASE_DAILY" ] && [ -n "$INSTALL_LIGHTWEIGHT" ] && FATAL "Incompatible options: --daily can only be used with --soui"
 [ -n "$INSTALL_NOLXD" ] && [ -z "$INSTALL_LIGHTWEIGHT" ] && FATAL "Incompatible option: --nolxd cannot be used with --soui"
 
 if [ -n "$SHOWOPTS" ]; then