awips2/rpms/build/x86_64/buildEnvironment.sh
2022-05-05 12:34:50 -05:00

11 lines
377 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="/awips2/eclipse"
export AWIPSII_BUILD_ROOT="/tmp/${USER}/awips-component"
export REPO_DEST="/tmp/${USER}/repo"