directory permissions for logs + enable qpidNotify call from dcgunzip

This commit is contained in:
mjames-upc 2015-09-08 20:01:47 -06:00
parent 0c8414a01b
commit 882c6321db
4 changed files with 5 additions and 4 deletions

View file

@ -168,6 +168,7 @@ fi
chmod 775 /awips2/edex/data/manual
chmod 775 /awips2/edex/logs
%preun
if [ "${1}" = "1" ]; then

View file

@ -39,7 +39,6 @@ while ( $CNT <= $#argv )
end
cat | /bin/gunzip -c >>! $FILE
#sleep 1
#/awips2/fxa/bin/qpidNotify $FILE
/awips2/fxa/bin/qpidNotify $FILE
exit(0)

View file

@ -518,8 +518,9 @@ if [ "${1}" = "-cave" ]; then
fi
if [ "${1}" = "-other" ]; then
buildRPM "awips2-cli"
#buildRPM "awips2-yajsw"
buildRPM "awips2-hydroapps-shared"
#buildRPM "awips2-hydroapps-shared"
#buildRPM "awips2-tools"
#buildRPM "awips2-pypies"
#buildRPM "awips2-adapt-native"

View file

@ -13,7 +13,7 @@ export BUILD_WORKSPACE=${BUILD_DIR}/workspace
# baseline is...
export BASELINE="${JENKINS_WORKSPACE}"
export AWIPSII_VERSION="14.4.1"
export BUILD_NUMBER="13"
export BUILD_NUMBER="15"
export AWIPSII_RELEASE="5n${BUILD_NUMBER}"
export AWIPSII_TOP_DIR="${BUILD_WORKSPACE}/tmp/rpms_built_dir"