From 882c6321db100c779337367859a69340071a5526 Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Tue, 8 Sep 2015 20:01:47 -0600 Subject: [PATCH] directory permissions for logs + enable qpidNotify call from dcgunzip --- rpms/awips2.edex/Installer.edex/component.spec | 1 + rpms/awips2.upc/Installer.ldm/patch/decoders/dcgunzip | 3 +-- rpms/build/x86_64/build.sh | 3 ++- rpms/unidata/buildEnvironment.sh | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rpms/awips2.edex/Installer.edex/component.spec b/rpms/awips2.edex/Installer.edex/component.spec index 639faea85d..121ade862f 100644 --- a/rpms/awips2.edex/Installer.edex/component.spec +++ b/rpms/awips2.edex/Installer.edex/component.spec @@ -168,6 +168,7 @@ fi chmod 775 /awips2/edex/data/manual +chmod 775 /awips2/edex/logs %preun if [ "${1}" = "1" ]; then diff --git a/rpms/awips2.upc/Installer.ldm/patch/decoders/dcgunzip b/rpms/awips2.upc/Installer.ldm/patch/decoders/dcgunzip index 3da52fe7da..7b39015c02 100755 --- a/rpms/awips2.upc/Installer.ldm/patch/decoders/dcgunzip +++ b/rpms/awips2.upc/Installer.ldm/patch/decoders/dcgunzip @@ -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) diff --git a/rpms/build/x86_64/build.sh b/rpms/build/x86_64/build.sh index b872e1a66e..0d53b133e1 100644 --- a/rpms/build/x86_64/build.sh +++ b/rpms/build/x86_64/build.sh @@ -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" diff --git a/rpms/unidata/buildEnvironment.sh b/rpms/unidata/buildEnvironment.sh index 797ebbae56..31c950ae69 100755 --- a/rpms/unidata/buildEnvironment.sh +++ b/rpms/unidata/buildEnvironment.sh @@ -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"