Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitlo2018-06-08 17:55:44 +0000
committerKit Lo2018-06-11 05:35:41 +0000
commit175d611684701ef1fe03fee49f4009b645ac9193 (patch)
tree99054cfb52f39f817edc584509811d758978aa67 /production/sdk
parent64dba9214abe559d1dc2214a2baaaffc341b80bd (diff)
downloadeclipse.platform.releng.aggregator-175d611684701ef1fe03fee49f4009b645ac9193.tar.gz
eclipse.platform.releng.aggregator-175d611684701ef1fe03fee49f4009b645ac9193.tar.xz
eclipse.platform.releng.aggregator-175d611684701ef1fe03fee49f4009b645ac9193.zip
Bug 535500 - Modify equinox naming convention
Change-Id: Ie71b8b6d7ca7c6cca7d73b2e05e0827b44226203 Signed-off-by: kitlo <kitlo@us.ibm.com>
Diffstat (limited to 'production/sdk')
-rwxr-xr-xproduction/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh b/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
index fc1925046..6318485db 100755
--- a/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
+++ b/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
@@ -60,7 +60,10 @@ then
else
export DL_LABEL=${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_SERVICE}${CHECKPOINT}
fi
-export DL_LABEL_EQ=${TRAIN_NAME}${CHECKPOINT}
+
+# Bug 535500 - Modify equinox naming convention as we no longer name an eclipse release
+# export DL_LABEL_EQ=${TRAIN_NAME}${CHECKPOINT}
+export DL_LABEL_EQ=${DL_LABEL}
# This is DL_DROP_ID for Eclipse. The one for equinox has DL_LABEL_EQ in middle.
export DL_DROP_ID=${DL_TYPE}-${DL_LABEL}-${BUILD_TIMESTAMP}

Back to the top