update email template with smoke test policy (assume passing unless someone says otherwise) Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/releng.control/sendPromoteMail.sh b/releng.control/sendPromoteMail.sh index 515ff21..32d8bb4 100644 --- a/releng.control/sendPromoteMail.sh +++ b/releng.control/sendPromoteMail.sh
@@ -15,23 +15,23 @@ PROJECT=$1 if [ -z $PROJECT ] then - echo "must provide project name as first argumnet" + echo "must provide project name as first argument" exit 9; fi TODIR=$2 if [ -z $TODIR ] then - echo "must provide TODIR name as second argumnet" + echo "must provide TODIR name as second argument" exit 8; fi DROPDIR=$3 if [ -z $DROPDIR ] then - echo "must provide DROPDIR name as third argumnet" + echo "must provide DROPDIR name as third argument" exit 7; fi -# ideally, the user executing this mail will have this special file in their home direcotry, +# ideally, the user executing this mail will have this special file in their home directory, # that can specify a custom 'from' variable, but still you must use your "real" ID that is subscribed # to the wtp-dev mailing list # set from="\"Your Friendly WTP Builder\" <real-subscribed-id@real.address>" @@ -39,7 +39,7 @@ # sent to mail list (just other email addresses) export MAILRC=~/.buildermailrc -SUBJECT="Declaring Build for $PROJECT: $DROPDIR" +SUBJECT="Smoke Test Candidate Build for $PROJECT: $DROPDIR" # wtp-dev for promotes, wtp-releng for smoketest requests TO="wtp-dev@eclipse.org" @@ -54,7 +54,15 @@ Download Page: http://download.eclipse.org$URLTODIR$DROPDIR -General Smoketest results page: +This build will be pushed to the Eclipse Simrel +aggregate site on Mon or Tues next week, assuming +that no one has voiced an objection on this list +beforehand. + +Smoke tests: +https://wiki.eclipse.org/WTP_Smoke_Test_Scenarios_R39 + +Past smoke test results: http://wiki.eclipse.org/WTP_Smoke_Test_Results EOF