Issue #2164 - re-enable the build of awips2-notification

Former-commit-id: a04b44aee8 [formerly 2ce33f335a] [formerly a04b44aee8 [formerly 2ce33f335a] [formerly 894aeda688 [formerly 0c8b0a5d178b798b788a602b4053a864fa2f2286]]]
Former-commit-id: 894aeda688
Former-commit-id: b77b97d083 [formerly 96f0a6fb87]
Former-commit-id: 1c37911663
This commit is contained in:
Bryan Kowal 2013-07-30 13:04:54 -05:00
parent 9e8a94ae4f
commit ef857c8cb3
2 changed files with 2 additions and 2 deletions

View file

@ -176,7 +176,7 @@ if [ "${1}" = "-delta" ]; then
buildRPM "awips2-hydroapps-shared"
buildRPM "awips2-localapps-environment"
buildRPM "awips2-maps-database"
#buildRPM "awips2-notification"
buildRPM "awips2-notification"
buildRPM "awips2-pypies"
buildRPM "awips2-data.hdf5-topo"
buildRPM "awips2-data.gfe"

View file

@ -160,7 +160,7 @@ if [ "${1}" = "-delta" ]; then
exit 1
fi
buildRPM "awips2-edex-environment"
#buildRPM "awips2-notification"
buildRPM "awips2-notification"
exit 0
fi