Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-05-31 10:01:03 +0000
committerManoj Palat2019-05-31 10:02:55 +0000
commitc2d08efd8f628a35c572f6ce642c8a522a32bd43 (patch)
tree4c3f40a0f4d5d74dccc5fde85ca82ec580ebf7d8
parentae58ff5a8ee4d68012aa598860d011ef7d48d857 (diff)
downloadeclipse.platform.releng.aggregator-c2d08efd8f628a35c572f6ce642c8a522a32bd43.tar.gz
eclipse.platform.releng.aggregator-c2d08efd8f628a35c572f6ce642c8a522a32bd43.tar.xz
eclipse.platform.releng.aggregator-c2d08efd8f628a35c572f6ce642c8a522a32bd43.zip
Bug 547775 - Enable API Freeze Report for 4.12
Change-Id: I795b5b08723acb3fdeaffa826d299f3f60d4046d Signed-off-by: Manoj Palat <manpalat@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 d81840d7b..bd91159ef 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1145,11 +1145,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.12RC1-201903010040/eclipse-SDK-4.12RC1-win32-x86_64.zip \
- # -DfreezeName=Eclipse-SDK-4.12RC1 \
- # -DfreezeFilename=eclipse-SDK-4.12RC1-win32-x86_64.zip "
+ FREEZE_PARAMS="-DfreezeBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.12RC1a-201905310245/eclipse-SDK-4.12RC1a-win32-x86_64.zip \
+ -DfreezeName=Eclipse-SDK-4.12RC1a \
+ -DfreezeFilename=eclipse-SDK-4.12RC1a-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.
@@ -1157,8 +1157,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.11
fn-write-property API_PREV_REF_LABEL
- #API_FREEZE_REF_LABEL=4.12RC1
- API_FREEZE_REF_LABEL=" "
+ API_FREEZE_REF_LABEL=4.12RC1a
+ #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