awips2/rpms/build/x86_64/buildEnvironment.sh
Bryan Kowal c1d2997c5c Omaha #4759 - merge the new CAVE build into the viz rpm build. initial cleanup of the old build.
Former-commit-id: df1a5702f10c088a9c5fe6e9fb79a216839a50ec
2015-10-09 18:17:34 -05:00

12 lines
413 B
Bash

#!/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="/tmp/${USER}/rpmbuild"
export WORKSPACE="/tmp/${USER}/baseline"
export UFRAME_ECLIPSE="/opt/uframe-eclipse"
export AWIPSCM_SHARE="/awipscm"
export AWIPSII_BUILD_ROOT="/tmp/${USER}/awips-component"
export REPO_DEST="/tmp/${USER}/repo"