muting alertviz build

This commit is contained in:
mjames-upc 2018-01-25 13:28:48 -07:00
parent a84f6f08d9
commit f0ad7c486a
2 changed files with 2 additions and 6 deletions

View file

@ -195,11 +195,7 @@ function lookupRPM()
return 0
fi
# awips2 rpms -> viz rpms.
if [ "${1}" = "awips2-alertviz" ]; then
export RPM_SPECIFICATION="${awips2_cave_dir}/Installer.alertviz"
return 0
fi
# awips2 rpms -> cave rpms.
if [ "${1}" = "-cave" ]; then
return 0
fi

View file

@ -36,7 +36,7 @@ do
"edex") EDEX=("${EDEX[@]}" "$file")
;;
"cave"|"alertviz") CAVE=("${CAVE[@]}" "$file")
"cave") CAVE=("${CAVE[@]}" "$file")
;;
"psql"|"postgresql") POSTGRESQL=("${POSTGRESQL[@]}" "$file")
;;