Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-14 12:27:27 +0000
committerSravan Kumar Lakkimsetti2018-09-19 11:50:51 +0000
commitbe7028af797d780b5425abbf153a47614aa73de3 (patch)
treee67177a1e455114473b22e910e053f93d83d0cb3 /production/build-functions.shsource
parent99a84c3dbe25a45bb24e31d2238224599c5215e2 (diff)
downloadeclipse.platform.releng.aggregator-be7028af797d780b5425abbf153a47614aa73de3.tar.gz
eclipse.platform.releng.aggregator-be7028af797d780b5425abbf153a47614aa73de3.tar.xz
eclipse.platform.releng.aggregator-be7028af797d780b5425abbf153a47614aa73de3.zip
Bug 538625 - Move previous version to 4.9 across build scripts
Change-Id: Ie1675cb6d95215094e0f83733ebf388ffea3cbc7 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 4d1fc99fe..79eb73c04 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1151,7 +1151,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.8
+ API_PREV_REF_LABEL=4.9
fn-write-property API_PREV_REF_LABEL
#API_FREEZE_REF_LABEL=4.10M3
API_FREEZE_REF_LABEL=" "
@@ -1165,9 +1165,9 @@ fn-summarize-apitooling ()
-DbuildId="$BUILD_ID" \
-DbuildLabel="$BUILD_ID" \
-DbuildWorkingArea="${BUILD_HOME}/4${BUILD_TYPE}/gitCache/eclipse.platform.releng.aggregator" \
- -DpreviousBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.8-201806110500/eclipse-SDK-4.8-win32-x86_64.zip \
- -DpreviousBaselineName=Eclipse-SDK-4.8 \
- -DpreviousBaselineFilename=eclipse-SDK-4.8-win32-x86_64.zip \
+ -DpreviousBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.9-201809060745/eclipse-SDK-4.9-win32-x86_64.zip \
+ -DpreviousBaselineName=Eclipse-SDK-4.9 \
+ -DpreviousBaselineFilename=eclipse-SDK-4.9-win32-x86_64.zip \
-Djava.io.tmpdir=$TMP_DIR \
${FREEZE_PARAMS} \
apiToolsReports

Back to the top