Skip to content

Commit

Permalink
Merge pull request #621 from tiffanycmeyer13/unidata_20.3.2
Browse files Browse the repository at this point in the history
Verson 20.3.2-1 updates and update installer script
  • Loading branch information
srcarter3 authored Dec 4, 2023
2 parents beeb039 + cd696b1 commit 11d0622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions awips_install-v20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# devorg: Unidata Program Center
# author: Michael James, Tiffany Meyer
# maintainer: <support-awips@unidata.ucar.edu>
# Date Updated: 7/10/2023
# use: ./awips_install.sh (--cave|--edex|--database|--ingest|--help)
# Date Updated: 11/22/2023
# use: ./awips_install-v20.sh (--cave|--edex|--database|--ingest|--help)

dir="$( cd "$(dirname "$0")" ; pwd -P )"

Expand Down Expand Up @@ -98,7 +98,6 @@ function check_wgrib2 {
}

function check_cave {
check_edex
if [[ $(rpm -qa | grep awips2-cave-20) ]]; then
echo $'\n'CAVE is currently installed and needs to be removed before installing.
pkill cave.sh
Expand All @@ -121,7 +120,7 @@ function check_cave {

function remove_cave {
yum groupremove awips2-cave -y
yum remove awips2-* -y
#yum remove awips2-* -y

if [[ $(rpm -qa | grep awips2-cave) ]]; then
echo "
Expand Down Expand Up @@ -432,6 +431,7 @@ case $key in
;;
--server|--edex)
server_prep
yum install awips2-*post* -y
yum groupinstall awips2-server -y 2>&1 | tee -a /tmp/awips-install.log
sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo
sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml
Expand Down
2 changes: 1 addition & 1 deletion build/buildEnvironment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Version
export AWIPSII_VERSION="20.3.2"
export AWIPSII_RELEASE="0.4"
export AWIPSII_RELEASE="1"
export AWIPSII_BUILD_DATE=`date`
export AWIPSII_BUILD_SYS=`cat /etc/system-release`
# Author
Expand Down

0 comments on commit 11d0622

Please sign in to comment.