Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_7_maintenance.php2
-rwxr-xr-xproduction/sdk/promotion/syncDropLocation.sh7
2 files changed, 2 insertions, 7 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_7_maintenance.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_7_maintenance.php
index 3b82ca10b..9a35a0d9f 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_7_maintenance.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_7_maintenance.php
@@ -89,7 +89,7 @@ require("DL.thin.header.php.html");
<?php } ?>
<div id="midcolumn">
-<h1>Eclipse <?php echo $STREAM; ?>a <?php echo $BUILD_TYPE_NAME; ?> Build: <?php echo $BUILD_ID; ?>
+<h1>Eclipse <?php echo $STREAM; ?> <?php echo $BUILD_TYPE_NAME; ?> Build: <?php echo $BUILD_ID; ?>
<?php
if (file_exists("buildUnstable")) {
echo "&nbsp<a href=\"https://wiki.eclipse.org/Platform-releng/Unstable_build\" title=\"Unstable Build\" style='color:red;'>Unstable!</a>\n";
diff --git a/production/sdk/promotion/syncDropLocation.sh b/production/sdk/promotion/syncDropLocation.sh
index 54f78797e..ed3147c7a 100755
--- a/production/sdk/promotion/syncDropLocation.sh
+++ b/production/sdk/promotion/syncDropLocation.sh
@@ -103,12 +103,7 @@ function sendPromoteMail ()
fi
# 4.3.0 Build: I20120411-2034
- if [[ "${buildType}" == "M" ]]
- then
- SUBJECT="${eclipseStream}a ${buildType}-Build: ${buildId} $EXTRA_SUBJECT_STRING"
- else
- SUBJECT="${eclipseStream} ${buildType}-Build: ${buildId} $EXTRA_SUBJECT_STRING"
- fi
+ SUBJECT="${eclipseStream} ${buildType}-Build: ${buildId} $EXTRA_SUBJECT_STRING"
setToAndFromAddresses

Back to the top