awips2/rpms/build/i386/buildEnvironment.sh

12 lines
390 B
Bash
Raw Normal View History

#!/bin/bash
# User-configurable environment parameters that are used during the build.
export AWIPSII_VERSION="11.9.0"
export AWIPSII_RELEASE="20120223"
export AWIPSII_TOP_DIR="/home/bkowal/rpmbuild"
export WORKSPACE="/common/bkowal/git/thunder/baseline"
export UFRAME_ECLIPSE="/opt/uframe-eclipse"
export AWIPSCM_SHARE="/awipscm"
export AWIPSII_BUILD_ROOT="/tmp/${USER}/awips-component"