deprecate the repo option rift300
authorJeremy Mordkoff <jeremy.mordkoff@gmail.com>
Wed, 13 Dec 2017 00:18:01 +0000 (19:18 -0500)
committerJeremy Mordkoff <jeremy.mordkoff@gmail.com>
Wed, 13 Dec 2017 00:18:01 +0000 (19:18 -0500)
Signed-off-by: Jeremy Mordkoff <jeremy.mordkoff@gmail.com>
BUILD.sh

index 92df8ca..17e2443 100755 (executable)
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -56,7 +56,7 @@ while true; do
            echo
            echo "SYNOPSIS:"
            echo "  $0 -h|--help"
-           echo "  $0 [--install] [PLATFORM_REPOSITORY] [PLATFORM_VERSION]"
+           echo "  $0 [--install] [PLATFORM_VERSION]"
            echo
            echo "DESCRIPTION:"
            echo "  Prepare current system to run $MODULE.  By default, the system"
@@ -64,7 +64,6 @@ while true; do
            echo "  $MODULE can be installed from a Debian package repository."
            echo
            echo "  --install:  install $MODULE from package"
-           echo "  PLATFORM_REPOSITORY (optional): name of the RIFT.ware repository."
            echo "  PLATFORM_VERSION (optional): version of the platform packages to be installed."
            echo
            exit 0;;
@@ -79,8 +78,7 @@ set -x             # Print commands before executing them
 ###############################################################################
 # Set up repo and version
 
-PLATFORM_REPOSITORY=${1:-OSM3}
-PLATFORM_VERSION=${2:-5.2.0.3.73627}
+PLATFORM_VERSION=${1:-5.2.0.3.73627}
 
 ###############################################################################
 # Main block