From 5ff5a2d20021b662311ae6ab0326d2fcbb5ce4a9 Mon Sep 17 00:00:00 2001 From: davidh-ssec Date: Wed, 9 Sep 2015 10:37:02 -0500 Subject: [PATCH] Removed ms2gt from software bundle script --- create_software_bundle.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/create_software_bundle.sh b/create_software_bundle.sh index 5225cc1d..10eda930 100755 --- a/create_software_bundle.sh +++ b/create_software_bundle.sh @@ -4,7 +4,6 @@ # Creates a software bundle directory and a tarball of that directory SHELLB3_DEFAULT="ftp://ftp.ssec.wisc.edu/pub/shellb3/ShellB3-Linux-x86_64-20140212-r840-core-cspp.tar.gz" -MS2GT_DOWNLOAD="http://www.ssec.wisc.edu/~davidh/polar2grid/ms2gt/fornav" BASE_P2G_DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" PY_DIR="$BASE_P2G_DIR"/py BUNDLE_SCRIPTS_DIR="$BASE_P2G_DIR"/swbundle @@ -74,11 +73,6 @@ cd "$SB_NAME" mkdir bin cd bin -# Create ms2gt binaries (use prebuilt milliCentOS5) -echo "Downloading ms2gt prebuilt binaries and placing them in 'bin'..." -wget ${MS2GT_DOWNLOAD} || oops "Could now download ms2gt" -chmod a+x fornav - # Create the VIIRS CREFL utilities echo "Getting prebuilt VIIRS CREFL binaries..." cd "$VCREFL_DIR"