build 15.1.3-4

This commit is contained in:
mjames-upc 2016-04-06 12:43:22 -06:00
parent d227b1138a
commit bef5e284e6
2 changed files with 1 additions and 4 deletions

View file

@ -212,7 +212,6 @@ if [ "${1}" = "-rh6" ]; then
if [ $? -ne 0 ]; then
exit 1
fi
buildRPM "awips2-hydroapps-shared"
buildJava
buildRPM "awips2-python"
buildRPM "awips2-python-cherrypy"
@ -363,7 +362,6 @@ if [ "${1}" = "-full" ]; then
buildRPM "awips2-python"
buildRPM "awips2-aviation-shared"
buildRPM "awips2-pypies"
buildRPM "awips2-hydroapps-shared"
buildRPM "awips2-adapt-native"
buildRPM "awips2-tools"
buildRPM "awips2-common-base"
@ -576,7 +574,6 @@ if [ "${1}" = "-custom" ]; then
# exit 1
#fi
#buildRPM "awips2-adapt-native"
#buildRPM "awips2-hydroapps-shared"
#buildRPM "awips2-common-base"
#buildRPM "awips2-gfesuite-client"
#buildRPM "awips2-gfesuite-server"

View file

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