diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 288dfaaf5db6382fe31137db3f90811e1301b27c..d63acb3f643bf4006924d8e1a3a49b5b49e636c7 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -59,11 +59,12 @@ <email mailhost="localhost" returnaddress="${env.BUILD_BUILDMASTER_EMAIL}" + returnname="${env.BUILD_RETURN_NAME}" skipusers="${env.SKIPUSERS}" subjectprefix="[${project.name}]" spamwhilebroken="false" buildresultsurl="${env.BUILD_RESULT_URL}/${project.name}"> - <always address="${env.BUILD_TOADDRESS}" /> + <always address="${env.BUILD_ALWAYS_TO_ADDRESS}" /> </email> </publishers> </plugin> diff --git a/releng.control/commonVariations.shsource b/releng.control/commonVariations.shsource index 73beb898c278add1847fea27e1320980ec2b8f25..3825fa54cbb9c677c2bae4f20265bea4f38ed9f0 100644 --- a/releng.control/commonVariations.shsource +++ b/releng.control/commonVariations.shsource @@ -2,7 +2,8 @@ # 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. +# first, instead of this "standard" one which is for the +# production Eclipse builds. # this file is intentionally named "shsource" to denote this is intended to # be included in other sh files, with "source" command, not @@ -16,7 +17,7 @@ export DISPLAY=127.0.0.1:1.0 export JAVA_4_DIR="IBMJava2-ppc-142" export JAVA_5_DIR="ibm-java2-ppc-50" export ANT_DIR="apache-ant-1.7.0" -export CC_DIR_NAME="cruisecontrol-bin-2.7" +export CC_DIR_NAME="cruisecontrol-bin-2.7.1-RC3" export BASEOS=linux export BASEWS=gtk @@ -28,8 +29,9 @@ export LOCAL_BUILD_PROPERTIES_DIR= export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties export BUILD_BUILDMASTER_EMAIL=wtpBuild@eclipse.org +export BUILD_RETURN_NAME=wtpBuild export BUILD_RESULT_URL=http://build.eclipse.org:7777/cruisecontrol/buildresults -export BUILD_TOADDRESS=david_williams@us.ibm.com +export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com # for builds on local machines, SKIPUSERS should be 'true' to avoid # notifying users about those builds on your local machine diff --git a/releng.control/somePathDirectory/commonVariations.shsource b/releng.control/somePathDirectory/commonVariations.shsource index 647c1b36f925b6f33d72f30474f8de9176e162b1..4974286c98057c7f84038cc7bd783fa653b8050e 100644 --- a/releng.control/somePathDirectory/commonVariations.shsource +++ b/releng.control/somePathDirectory/commonVariations.shsource @@ -16,10 +16,10 @@ export DISPLAY=127.0.0.1:0 # remember to check virtual display with # ps -ef | grep Xvfb -JAVA_4_DIR="j2sdk1.4.2_11" +JAVA_4_DIR="j2sdk1.4.2_15" JAVA_5_DIR="jdk1.5.0_09" ANT_DIR="apache-ant-1.7.0" -export CC_DIR_NAME="cruisecontrol-bin-2.7" +export CC_DIR_NAME="cruisecontrol-bin-2.7.1-RC3" export BASEOS=linux export BASEWS=gtk @@ -31,9 +31,10 @@ export LOCAL_BUILD_PROPERTIES_DIR=${BUILD_HOME}/localBuildProperties # technically should not be needed for "local builds" ... but ... just in case. export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties -export BUILD_BUILDMASTER_EMAIL=davidw@davidw.com -export BUILD_RESULT_URL=http://davidw.com:7777/cruisecontrol/buildresults -export BUILD_TOADDRESS=david_williams@us.ibm.com +export BUILD_BUILDMASTER_EMAIL=davidw@davidw.raleigh.ibm.com +export BUILE_RETURN_NAME=davidwAtWork +export BUILD_RESULT_URL=http://davidw.raleigh.ibm.com:7777/cruisecontrol/buildresults +export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com # for builds on local machines, SKIPUSERS should be 'true' to avoid # notifying users about those builds on your local machine