From b8a63ae3c837332f745358e038bc0b110ae963c9 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Fri, 9 Mar 2018 15:31:03 +0530 Subject: Bug 513155 - Enable API Freeze Report Change-Id: I0ab93959656d16d4b468f0649d6ee6926a3b5d36 Signed-off-by: Sravan Kumar Lakkimsetti --- production/build-functions.shsource | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/production/build-functions.shsource b/production/build-functions.shsource index 498af7e47..5eb59f90c 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=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.7M6-201703082000/eclipse-SDK-4.7M6-win32.zip \ -# -DfreezeName=Eclipse-SDK-4.7M6 \ -# -DfreezeFilename=eclipse-SDK-4.7M6-win32.zip " + FREEZE_PARAMS="-DfreezeBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.8M6-201803080630/eclipse-SDK-4.8M6-win32.zip \ + -DfreezeName=Eclipse-SDK-4.8M6 \ + -DfreezeFilename=eclipse-SDK-4.8M6-win32.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.7.2 fn-write-property API_PREV_REF_LABEL -# API_FREEZE_REF_LABEL=4.7M6 - API_FREEZE_REF_LABEL=" " + API_FREEZE_REF_LABEL=4.8M6 +# 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 \ -- cgit v1.2.3