Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-04-12 10:32:43 +0000
committerSravan Kumar Lakkimsetti2018-04-12 10:32:43 +0000
commitd262cba7bf5274b9dbb88996098e47af52bcc6f4 (patch)
tree5efff8bb764fe8a683cc0a04f44a8c517f6c0212 /production/build-functions.shsource
parentb6c1c2c2fc0d410d9db7b7415c023ef51bdd0221 (diff)
downloadeclipse.platform.releng.aggregator-d262cba7bf5274b9dbb88996098e47af52bcc6f4.tar.gz
eclipse.platform.releng.aggregator-d262cba7bf5274b9dbb88996098e47af52bcc6f4.tar.xz
eclipse.platform.releng.aggregator-d262cba7bf5274b9dbb88996098e47af52bcc6f4.zip
Bug 533494 - Adjust baselines to R4.7.3a release for API Tools and
Deprecation reports Change-Id: I47c44c774f835f2c75a25a85d2a3d5e3948d734d 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 e0917e7e4..0e29d6f09 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.3
+ API_PREV_REF_LABEL=4.7.3a
fn-write-property API_PREV_REF_LABEL
API_FREEZE_REF_LABEL=4.8M6
# 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.3-201803010715/eclipse-SDK-4.7.3-win32.zip \
- -DpreviousBaselineName=Eclipse-SDK-4.7.3 \
- -DpreviousBaselineFilename=eclipse-SDK-4.7.3-win32.zip \
+ -DpreviousBaseURL=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.3a-201803300640/eclipse-SDK-4.7.3a-win32.zip \
+ -DpreviousBaselineName=Eclipse-SDK-4.7.3a \
+ -DpreviousBaselineFilename=eclipse-SDK-4.7.3a-win32.zip \
-Djava.io.tmpdir=$TMP_DIR \
${FREEZE_PARAMS} \
apiToolsReports

Back to the top