directory permissions for logs + enable qpidNotify call from dcgunzip
This commit is contained in:
parent
0c8414a01b
commit
882c6321db
4 changed files with 5 additions and 4 deletions
|
@ -168,6 +168,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
chmod 775 /awips2/edex/data/manual
|
chmod 775 /awips2/edex/data/manual
|
||||||
|
chmod 775 /awips2/edex/logs
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "${1}" = "1" ]; then
|
if [ "${1}" = "1" ]; then
|
||||||
|
|
|
@ -39,7 +39,6 @@ while ( $CNT <= $#argv )
|
||||||
end
|
end
|
||||||
|
|
||||||
cat | /bin/gunzip -c >>! $FILE
|
cat | /bin/gunzip -c >>! $FILE
|
||||||
#sleep 1
|
/awips2/fxa/bin/qpidNotify $FILE
|
||||||
#/awips2/fxa/bin/qpidNotify $FILE
|
|
||||||
|
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
|
@ -518,8 +518,9 @@ if [ "${1}" = "-cave" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${1}" = "-other" ]; then
|
if [ "${1}" = "-other" ]; then
|
||||||
|
buildRPM "awips2-cli"
|
||||||
#buildRPM "awips2-yajsw"
|
#buildRPM "awips2-yajsw"
|
||||||
buildRPM "awips2-hydroapps-shared"
|
#buildRPM "awips2-hydroapps-shared"
|
||||||
#buildRPM "awips2-tools"
|
#buildRPM "awips2-tools"
|
||||||
#buildRPM "awips2-pypies"
|
#buildRPM "awips2-pypies"
|
||||||
#buildRPM "awips2-adapt-native"
|
#buildRPM "awips2-adapt-native"
|
||||||
|
|
|
@ -13,7 +13,7 @@ export BUILD_WORKSPACE=${BUILD_DIR}/workspace
|
||||||
# baseline is...
|
# baseline is...
|
||||||
export BASELINE="${JENKINS_WORKSPACE}"
|
export BASELINE="${JENKINS_WORKSPACE}"
|
||||||
export AWIPSII_VERSION="14.4.1"
|
export AWIPSII_VERSION="14.4.1"
|
||||||
export BUILD_NUMBER="13"
|
export BUILD_NUMBER="15"
|
||||||
export AWIPSII_RELEASE="5n${BUILD_NUMBER}"
|
export AWIPSII_RELEASE="5n${BUILD_NUMBER}"
|
||||||
|
|
||||||
export AWIPSII_TOP_DIR="${BUILD_WORKSPACE}/tmp/rpms_built_dir"
|
export AWIPSII_TOP_DIR="${BUILD_WORKSPACE}/tmp/rpms_built_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue