Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-06-04 08:20:56 +0000
committerSravan Kumar Lakkimsetti2020-06-05 07:55:47 +0000
commita789369fa5072c7c89b9f614b1e9620105b60743 (patch)
tree8f232a8063ff1a8b97cd5138407a64c43c229300
parentcaaf0451d74f3100228fb3c96130073eab62f23c (diff)
downloadeclipse.platform.releng.aggregator-a789369fa5072c7c89b9f614b1e9620105b60743.tar.gz
eclipse.platform.releng.aggregator-a789369fa5072c7c89b9f614b1e9620105b60743.tar.xz
eclipse.platform.releng.aggregator-a789369fa5072c7c89b9f614b1e9620105b60743.zip
Bug 563847 - Disable the freeze report for 4.17
Change-Id: I6706b2e91a3995bcf486e64c15e90a52b936db3a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--cje-production/buildproperties.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index 487e3b218..bf76ec1fe 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -40,12 +40,12 @@ LOCAL_REPO="localMavenRepo"
# Base builder parameters
BASEBUILDER_TAG="4.15"
API_PREV_REF_LABEL="4.15"
-API_FREEZE_REF_LABEL="4.16RC1"
-#API_FREEZE_REF_LABEL=""
+#API_FREEZE_REF_LABEL="4.16RC1"
+API_FREEZE_REF_LABEL=""
# Change to appropriate versions and uncomment when entering API freeze
-FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.16RC1-202005280200/eclipse-SDK-4.16RC1-win32-x86_64.zip -DfreezeName=Eclipse-SDK-4.16RC1 -DfreezeFilename=eclipse-SDK-4.16RC1-win32-x86_64.zip"
+#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.16RC1-202005280200/eclipse-SDK-4.16RC1-win32-x86_64.zip -DfreezeName=Eclipse-SDK-4.16RC1 -DfreezeFilename=eclipse-SDK-4.16RC1-win32-x86_64.zip"
# Otherwise set to a blank space
-#FREEZE_PARAMS=" "
+FREEZE_PARAMS=" "
PREVIOUS_RELEASE_VER="4.15"
PREVIOUS_RELEASE_ID="R-4.15-202003050155"

Back to the top