Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-12-07 08:17:59 +0000
committerVikas Chandra2019-12-09 06:56:41 +0000
commitd02d026d6741e5da503474d6ec2eedd4c95e9181 (patch)
treeff20e6d54a5bf73af33b62ae586af6b81184acd5 /production/build-functions.shsource
parent1e4c4ba00acd5a96d75c5233ea8bb98225cbf3a8 (diff)
downloadeclipse.platform.releng.aggregator-d02d026d6741e5da503474d6ec2eedd4c95e9181.tar.gz
eclipse.platform.releng.aggregator-d02d026d6741e5da503474d6ec2eedd4c95e9181.tar.xz
eclipse.platform.releng.aggregator-d02d026d6741e5da503474d6ec2eedd4c95e9181.zip
Bug 553860 - Revert the freeze report related changes
Change-Id: Ia9accd76a23b8440c3145c530d7998217edaca21 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
Diffstat (limited to 'production/build-functions.shsource')
-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 f51b72b35..6e884cfd5 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.14RC1-201911271800/eclipse-SDK-4.14RC1-win32-x86_64.zip \
- -DfreezeName=Eclipse-SDK-4.14RC1 \
- -DfreezeFilename=eclipse-SDK-4.14RC1-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.
@@ -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.13
fn-write-property API_PREV_REF_LABEL
- API_FREEZE_REF_LABEL=4.14RC1
- #API_FREEZE_REF_LABEL=" "
+ #API_FREEZE_REF_LABEL=4.14RC1
+ 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