muting alertviz build
This commit is contained in:
parent
a84f6f08d9
commit
f0ad7c486a
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -36,7 +36,7 @@ do
|
|||
|
||||
"edex") EDEX=("${EDEX[@]}" "$file")
|
||||
;;
|
||||
"cave"|"alertviz") CAVE=("${CAVE[@]}" "$file")
|
||||
"cave") CAVE=("${CAVE[@]}" "$file")
|
||||
;;
|
||||
"psql"|"postgresql") POSTGRESQL=("${POSTGRESQL[@]}" "$file")
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue