Skip to content

Commit

Permalink
Removed ms2gt from software bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 9, 2015
1 parent d140f9d commit 5ff5a2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions create_software_bundle.sh
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5ff5a2d

Please sign in to comment.