Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-06-12 05:39:02 +0000
committerSravan Kumar Lakkimsetti2018-06-12 05:39:02 +0000
commit11220810cd730fdaefb991c18cbbb822fb8d29c4 (patch)
treea329ca6b384c2587300a30a86fb451a30a74edd7
parent175d611684701ef1fe03fee49f4009b645ac9193 (diff)
downloadeclipse.platform.releng.aggregator-11220810cd730fdaefb991c18cbbb822fb8d29c4.tar.gz
eclipse.platform.releng.aggregator-11220810cd730fdaefb991c18cbbb822fb8d29c4.tar.xz
eclipse.platform.releng.aggregator-11220810cd730fdaefb991c18cbbb822fb8d29c4.zip
Revert "Bug 535500 - Modify equinox naming convention"
-rwxr-xr-xproduction/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh b/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
index 6318485db..fc1925046 100755
--- a/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
+++ b/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
@@ -60,10 +60,7 @@ then
else
export DL_LABEL=${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_SERVICE}${CHECKPOINT}
fi
-
-# 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}
+export DL_LABEL_EQ=${TRAIN_NAME}${CHECKPOINT}
# 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