buildEnvironment.sh - changed the release from 1 to 2 build/setup.sh - added code to call awips_spalshscreen_updater jar and update splash.bmp to current build and release - remove copy of rpms from robin to fserv feature.xml (edex dataplugins feature) - remove reference to sports glmdecoder which is depricated wrapper.conf - this is the file that has been dumping heap logs to /data/fxa so I changed the path to /awips2/data/fxa so it didn't fill up the main / mount ldmd.conf - added GLMF entry (this is for the ISatSS gridded GLM data - for local use only, but won't hurt to have in) - commented out GLM data from Eric Bruning pqact.conf - Commented out Eric Bruning GLM entry since it's depricated - Added new entry for ISatSS gridded GLM data pqact.goesr - updated to match the pqact.conf - updated comments to relfect which products were available parameters.xml - changed all references of 1/s to /s
24 lines
880 B
Bash
Executable file
24 lines
880 B
Bash
Executable file
#!/bin/bash
|
|
# Version
|
|
export AWIPSII_VERSION="18.2.1"
|
|
export AWIPSII_RELEASE="2"
|
|
# Author
|
|
export AWIPSII_BUILD_VENDOR="UCAR"
|
|
export AWIPSII_BUILD_SITE="Unidata"
|
|
export AWIPSII_AUTHOR="Tiffany Meyer <tiffanym@ucar.edu>"
|
|
# Directories
|
|
export UFRAME_ECLIPSE=/awips2/eclipse
|
|
export JAVA_HOME=/awips2/java
|
|
export ANT_HOME=/awips2/ant
|
|
export REPO=/awips2/repo
|
|
export JENKINS_HOME=/awips2/jenkins
|
|
export JENKINS_WORKSPACE=${REPO}/awips2-builds
|
|
export BUILD_DIR=${JENKINS_HOME}/buildspace/
|
|
export AWIPSII_STATIC_FILES=${REPO}/awips2-static
|
|
# More env vars
|
|
export BUILD_WORKSPACE=${BUILD_DIR}/workspace
|
|
export BASELINE=${JENKINS_WORKSPACE}
|
|
export AWIPSII_TOP_DIR=${BUILD_WORKSPACE}/tmp/rpms_built_dir
|
|
export WORKSPACE=${BUILD_WORKSPACE}/AWIPS2-UPC_build/baseline
|
|
export AWIPSII_BUILD_ROOT=${BUILD_WORKSPACE}/tmp/${USER}/awips-component
|
|
export REPO_DEST=${BUILD_WORKSPACE}/tmp/${USER}/repo
|