david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | # Note: if "local" users have this file first in their path, then |
| 4 | # the bash shell's "include source" function will find that paths version |
david_williams | 6afd266 | 2007-08-20 06:43:52 +0000 | [diff] [blame] | 5 | # first, instead of this "standard" one which is for the |
| 6 | # production Eclipse builds. |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 7 | |
| 8 | # this file is intentionally named "shsource" to denote this is intended to |
| 9 | # be included in other sh files, with "source" command, not |
| 10 | # executed on its own. |
| 11 | |
| 12 | |
| 13 | export BUILD_HOME=/shared/webtools |
| 14 | |
| 15 | export DISPLAY=127.0.0.1:1.0 |
| 16 | |
| 17 | export JAVA_4_DIR="IBMJava2-ppc-142" |
| 18 | export JAVA_5_DIR="ibm-java2-ppc-50" |
david_williams | 7d38104 | 2007-03-24 05:05:12 +0000 | [diff] [blame] | 19 | export ANT_DIR="apache-ant-1.7.0" |
david_williams | 6afd266 | 2007-08-20 06:43:52 +0000 | [diff] [blame] | 20 | export CC_DIR_NAME="cruisecontrol-bin-2.7.1-RC3" |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 21 | |
| 22 | export BASEOS=linux |
| 23 | export BASEWS=gtk |
| 24 | export BASEARCH=ppc |
| 25 | |
| 26 | # no local build properties, for production builds |
| 27 | export LOCAL_BUILD_PROPERTIES_DIR= |
| 28 | |
david_williams | e997dab | 2006-11-29 03:52:45 +0000 | [diff] [blame] | 29 | export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 30 | |
| 31 | export BUILD_BUILDMASTER_EMAIL=wtpBuild@eclipse.org |
david_williams | 6afd266 | 2007-08-20 06:43:52 +0000 | [diff] [blame] | 32 | export BUILD_RETURN_NAME=wtpBuild |
david_williams | a33db8f | 2006-11-27 23:36:51 +0000 | [diff] [blame] | 33 | export BUILD_RESULT_URL=http://build.eclipse.org:7777/cruisecontrol/buildresults |
david_williams | 6afd266 | 2007-08-20 06:43:52 +0000 | [diff] [blame] | 34 | export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 35 | |
david_williams | 2a12be0 | 2007-07-20 03:56:35 +0000 | [diff] [blame] | 36 | # for builds on local machines, SKIPUSERS should be 'true' to avoid |
| 37 | # notifying users about those builds on your local machine |
david_williams | 13d378c | 2007-08-22 04:04:54 +0000 | [diff] [blame^] | 38 | export SKIPUSERS=false |
| 39 | |
| 40 | # normally, cvs logging output can be "really quiet", but if problems, then it can be turned back on |
| 41 | # to get more potentially diagnostic information |
| 42 | export CVS_QUIET=true |
| 43 | export CVS_REALLY_QUIET=true |