Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-04-07 12:34:40 +0000
committerSravan Kumar Lakkimsetti2020-04-07 12:34:40 +0000
commitf968f0e6a49925e3e05a44c8a51f929965aba3fd (patch)
tree44dd8a23257619407547a13e9a66c8a991acb4f6
parent3190270e62af0d1f82d402348c81f3ff250d37db (diff)
downloadeclipse.platform.releng.aggregator-f968f0e6a49925e3e05a44c8a51f929965aba3fd.tar.gz
eclipse.platform.releng.aggregator-f968f0e6a49925e3e05a44c8a51f929965aba3fd.tar.xz
eclipse.platform.releng.aggregator-f968f0e6a49925e3e05a44c8a51f929965aba3fd.zip
Disable freeze reportP20200407-0835
Change-Id: I5de40b830db7ebc7ac84e61c07e554f2e0eba7c2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/build-functions.shsource12
1 files changed, 6 insertions, 6 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 56f90d0db..e4235a109 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1179,11 +1179,11 @@ fn-summarize-apitooling ()
EBuilderDir=$BUILD_DIR/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
pushd "$BUILD_DIR"
# Make sure FREEZE_PARAMS is defined, but empty space, if not using freeze reports.
- #FREEZE_PARAMS=" "
+ FREEZE_PARAMS=" "
# When no "freeze" in effect for a release comment these out. Uncomment after M6, changing to appropriate versions.
- FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.15RC1-202002261800/eclipse-SDK-4.15RC1-win32-x86_64.zip \
- -DfreezeName=Eclipse-SDK-4.15RC1 \
- -DfreezeFilename=eclipse-SDK-4.15RC1-win32-x86_64.zip "
+ #FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.15RC1-202002261800/eclipse-SDK-4.15RC1-win32-x86_64.zip \
+ # -DfreezeName=Eclipse-SDK-4.15RC1 \
+ # -DfreezeFilename=eclipse-SDK-4.15RC1-win32-x86_64.zip "
# this API_PREV_REF_LABEL variable should be changed any time the version used
# by previousBaseURL changes. Its purpose is just to localize changes to this one
# place, and not have to make further, hard-coded changes to php files.
@@ -1191,8 +1191,8 @@ fn-summarize-apitooling ()
# NOTE: the *reference* for API changes should be the "previous release", even if it is a "service release".
API_PREV_REF_LABEL=4.14
fn-write-property API_PREV_REF_LABEL
- API_FREEZE_REF_LABEL=4.15RC1
- #API_FREEZE_REF_LABEL=" "
+ #API_FREEZE_REF_LABEL=4.15RC1
+ API_FREEZE_REF_LABEL=" "
fn-write-property API_FREEZE_REF_LABEL
java -Djava.io.tmpdir=$TMP_DIR -jar "$BASEBUILDER_LAUNCHER" \
-data ${BUILD_DIR}/workspace-apitoolingsLogs \

Back to the top