Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-05-05 21:36:14 +0000
committerDavid Williams2015-05-05 21:36:14 +0000
commita2e957d9f459a7c297ebaff7fc6ff5df02620f6b (patch)
treed74ce0f86e097d357f0b79503da12c82100e0557 /production/master-build.sh
parent8c000959b235ebdb33f2d91680f55a28af1df846 (diff)
downloadeclipse.platform.releng.aggregator-a2e957d9f459a7c297ebaff7fc6ff5df02620f6b.tar.gz
eclipse.platform.releng.aggregator-a2e957d9f459a7c297ebaff7fc6ff5df02620f6b.tar.xz
eclipse.platform.releng.aggregator-a2e957d9f459a7c297ebaff7fc6ff5df02620f6b.zip
Bug 464587 - [BETA_JAVA9] Build Eclipse SDK from 'BETA_JAVA9' branches
(minor prep)
Diffstat (limited to 'production/master-build.sh')
-rw-r--r--production/master-build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index eed529215..6f2983b3c 100644
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -134,7 +134,7 @@ elif [ "$BUILD_TYPE" = N ]; then
elif [ "$BUILD_TYPE" = X ]; then
BUILD_TYPE_NAME="Experimental Branch"
elif [ "$BUILD_TYPE" = Y ]; then
- BUILD_TYPE_NAME="Experimental Branch"
+ BUILD_TYPE_NAME="BETA_JAVA9 Branch"
elif [ "$BUILD_TYPE" = P ]; then
BUILD_TYPE_NAME="Patch"
elif [ "$BUILD_TYPE" = S ]; then
@@ -276,7 +276,7 @@ else
echo "# This is simply a listing of repositories.txt. Remember that for N-builds, " >> ${buildDirectory}/directory.txt
echo "# 'master' is always used, and N-builds are not tagged." >> ${buildDirectory}/directory.txt
echo "# I and M builds are tagged with buildId: ${BUILD_ID} " >> ${buildDirectory}/directory.txt
- echo "# (when repository is a branch, which it typcally is)." >> ${buildDirectory}/directory.txt
+ echo "# (when repository is a branch, which it typically is)." >> ${buildDirectory}/directory.txt
echo "# " >> ${buildDirectory}/directory.txt
if [[ $BUILD_TYPE =~ [IMXYP] ]]
@@ -353,7 +353,7 @@ else
BUILD_FAILED=${RUN_MAVEN_BUILD_LOG}
fn-write-property BUILD_FAILED
# TODO: eventually put in more logic to "track" the failure, so
- # proper actions and emails can be sent. For example, we'd still want to
+ # proper actions and e-mails can be sent. For example, we'd still want to
# publish what we have, but not start the tests.
echo "BUILD FAILED. See ${RUN_MAVEN_BUILD_LOG}."
else

Back to the top