Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-08-18 03:39:04 +0000
committerDavid Williams2013-08-18 03:39:04 +0000
commit1393568b111ff7a38aa1b696ba775784f1fa612f (patch)
treee71a8e0ab90048f8b36858dca17dc2299d4fd6d0 /eclipse.platform.releng.tychoeclipsebuilder/eclipse
parent7abea6d4116e24bbf7518a0634a793b850bb1550 (diff)
downloadeclipse.platform.releng.aggregator-1393568b111ff7a38aa1b696ba775784f1fa612f.tar.gz
eclipse.platform.releng.aggregator-1393568b111ff7a38aa1b696ba775784f1fa612f.tar.xz
eclipse.platform.releng.aggregator-1393568b111ff7a38aa1b696ba775784f1fa612f.zip
Bug 415265 - Promote M20130814-0800 to M-4.3.1RC1-201308140800
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php
index 9760f72f9..5477ca893 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php
@@ -47,7 +47,7 @@ if (array_key_exists("SERVER_NAME", $_SERVER)) {
if ($BUILD_TYPE === "N" || $BUILD_TYPE === "I") {
$BUILD_DIR_NAME = $BUILD_ID;
} else {
- if ($BUILD_TYPE === "R" || $BUILD_TYPE === "S") {
+ if ($BUILD_TYPE === "R" || $BUILD_TYPE === "S" || $BUILD_TYPE === "M") {
$timestamp = str_replace('-', '', $TIMESTAMP);
$BUILD_DIR_NAME = $BUILD_TYPE."-".$BUILD_ID."-".$timestamp;
} else {

Back to the top