Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-06-25 07:16:49 +0000
committerDavid Williams2014-06-25 07:16:49 +0000
commitfd42040002c6377285c2f7e18735901423bbb53d (patch)
treea6971925d1f3bed5b2c964764d329cddb36db38c
parent24f6c36be053b3d1b12823f33e722c750f2e6e45 (diff)
downloadeclipse.platform.releng.aggregator-fd42040002c6377285c2f7e18735901423bbb53d.tar.gz
eclipse.platform.releng.aggregator-fd42040002c6377285c2f7e18735901423bbb53d.tar.xz
eclipse.platform.releng.aggregator-fd42040002c6377285c2f7e18735901423bbb53d.zip
[releng] prep for Mars builds
-rwxr-xr-xproduction/build-functions.shsource19
1 files changed, 10 insertions, 9 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 583d6bcfe..327ebcd33 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1141,16 +1141,17 @@ fn-summarize-apitooling ()
# Make sure FREEZE_PARAMS is defined, but empty space, if not using freeze reports.
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.eclipse.org/eclipse/downloads/drops4/S-4.4M6-201403061200/eclipse-SDK-4.4M6-win32.zip \
- -DfreezeName=Eclipse-SDK-4.4M6 \
- -DfreezeFilename=eclipse-SDK-4.4M6-win32.zip "
+# FREEZE_PARAMS="-DfreezeBaseURL=http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M6-201403061200/eclipse-SDK-4.4M6-win32.zip \
+# -DfreezeName=Eclipse-SDK-4.4M6 \
+# -DfreezeFilename=eclipse-SDK-4.4M6-win32.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 testResults.php.template.
# Similar for freeze label.
- API_PREV_REF_LABEL=4.3.2
+ API_PREV_REF_LABEL=4.4.0
fn-write-property API_PREV_REF_LABEL
- API_FREEZE_REF_LABEL=4.4M6
+# API_FREEZE_REF_LABEL=4.5M6
+ API_FREEZE_REF_LABEL=" "
fn-write-property API_FREEZE_REF_LABEL
java -Djava.io.tmpdir=$TMP_DIR -jar "$BASEBUILDER_LAUNCHER" \
-data ${BUILD_DIR}/workspace-comparatorLogs \
@@ -1161,10 +1162,10 @@ fn-summarize-apitooling ()
-DEBuilderDir=$EBuilderDir \
-DbuildId="$BUILD_ID" \
-DbuildLabel="$BUILD_ID" \
- -DbuildWorkingArea="${BUILD_HOME}/4I/gitCache/eclipse.platform.releng.aggregator" \
- -DpreviousBaseURL=http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.2-201402211700/eclipse-SDK-4.3.2-win32.zip \
- -DpreviousBaselineName=Eclipse-SDK-4.3.2 \
- -DpreviousBaselineFilename=eclipse-SDK-4.3.2-win32.zip \
+ -DbuildWorkingArea="${BUILD_HOME}/4${BUILD_TYPE}/gitCache/eclipse.platform.releng.aggregator" \
+ -DpreviousBaseURL=http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.2-201402211700/eclipse-SDK-4.4-win32.zip \
+ -DpreviousBaselineName=Eclipse-SDK-4.4 \
+ -DpreviousBaselineFilename=eclipse-SDK-4.4-win32.zip \
-Djava.io.tmpdir=$TMP_DIR \
${FREEZE_PARAMS} \
apiToolsReports

Back to the top