Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-10-13 13:40:31 +0000
committerSravan Kumar Lakkimsetti2017-10-13 13:40:31 +0000
commitb3e6c47d1b994a7d2a9de02921c7a0563178efe2 (patch)
treecc265bb346dd0ac4c75439ab0776447998d7d275 /production/build-functions.shsource
parentf9abef303e091a1acc02e456ae958e5dbd71c343 (diff)
downloadeclipse.platform.releng.aggregator-b3e6c47d1b994a7d2a9de02921c7a0563178efe2.tar.gz
eclipse.platform.releng.aggregator-b3e6c47d1b994a7d2a9de02921c7a0563178efe2.tar.xz
eclipse.platform.releng.aggregator-b3e6c47d1b994a7d2a9de02921c7a0563178efe2.zip
Bug 525883 - Adjust Baselines for API Tools and Deprecation Reports
Change-Id: I4a26c92ca4af69a30c9c9638e08d934d53ce4bf0 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-xproduction/build-functions.shsource8
1 files changed, 4 insertions, 4 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index e1bebbd49..7f6918e63 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1189,7 +1189,7 @@ fn-summarize-apitooling ()
# place, and not have to make further, hard-coded changes to php files.
# Similar for freeze label.
# NOTE: the *reference* for API changes should be the "previous release", even if it is a "service release".
- API_PREV_REF_LABEL=4.7
+ API_PREV_REF_LABEL=4.7.1a
fn-write-property API_PREV_REF_LABEL
# API_FREEZE_REF_LABEL=4.7M6
API_FREEZE_REF_LABEL=" "
@@ -1203,9 +1203,9 @@ fn-summarize-apitooling ()
-DbuildId="$BUILD_ID" \
-DbuildLabel="$BUILD_ID" \
-DbuildWorkingArea="${BUILD_HOME}/4${BUILD_TYPE}/gitCache/eclipse.platform.releng.aggregator" \
- -DpreviousBaseURL=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7-201706120950/eclipse-SDK-4.7-win32.zip \
- -DpreviousBaselineName=Eclipse-SDK-4.7 \
- -DpreviousBaselineFilename=eclipse-SDK-4.7-win32.zip \
+ -DpreviousBaseURL=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.1a-201710090410/eclipse-SDK-4.7.1a-win32.zip \
+ -DpreviousBaselineName=Eclipse-SDK-4.7.1a \
+ -DpreviousBaselineFilename=eclipse-SDK-4.7.1a-win32.zip \
-Djava.io.tmpdir=$TMP_DIR \
${FREEZE_PARAMS} \
apiToolsReports

Back to the top