blob: 8b13fb0dcdb0ef9d94438fc83e9b0b8ea076577e [file] [log] [blame]
#!/bin/sh
# Note: if "local" users have this file first in their path, then
# the bash shell's "include source" function will find that paths version
# first, instead of this "standard" eclipse ppc one.
# this file is intentionally named "shsource" to denote this is intended to
# be included in other sh files, with "source" command, not
# executed on its own.
export BUILD_HOME=/home/releng
export DISPLAY=:0.0
export JAVA_4_DIR="j2sdk1.4.2_13"
export JAVA_5_DIR="jdk1.5.0_09"
export ANT_DIR="apache-ant-1.7.0"
export CC_OPTS="-Xmx256M"
export BASEOS=linux
export BASEWS=gtk
export BASEARCH=x86
# no local build properties, for production builds
export LOCAL_BUILD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/xoredNskProperties
export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties
export BUILD_BUILDMASTER_EMAIL=kurtov@xored.com
export BUILD_RESULT_URL=http://dltk.xored.local:3000/cruisecontrol/buildresults
export BUILD_TOADDRESS="dltk-builds@xored.com"