awips2/rpms/build/i386/buildEnvironment.sh
David Lovely 629c92ad89 Omaha #4733 Removed awipscm usage from build process.
Change-Id: Ic5a7c4ee4955f04387ed756f58d55fc8d4e1331d

Former-commit-id: 20708348a991bbf342c16778804515792d7ea123
2016-01-05 09:58:20 -06:00

11 lines
345 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 AWIPSII_BUILD_ROOT="/tmp/${USER}/awips-component"