Former-commit-id:77cbd6c1e5
[formerlya1d931fd44
] [formerly61f269f54c
] [formerlyf2fac39428
[formerly61f269f54c
[formerly d85b989f77196d20eb2d2a21cf4daa13d50474ae]]] Former-commit-id:f2fac39428
Former-commit-id: 54140b7733222bbc423315196e9781453b12f896 [formerly72824561cb
] Former-commit-id:7fb0b17bd5
11 lines
390 B
Bash
11 lines
390 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="/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"
|