Change-Id: Ic5a7c4ee4955f04387ed756f58d55fc8d4e1331d Former-commit-id: 20708348a991bbf342c16778804515792d7ea123
11 lines
345 B
Bash
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"
|
|
|