Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-07-19 13:38:32 +0000
committerDavid Williams2016-07-19 13:38:32 +0000
commit72d16b80dd25f94e97ba38242d4633d0ab251b1c (patch)
tree50342a396c56bff0712d55ef9901d2f658d7de46 /production/createReports.sh
parent3dbae3ff448ecdb72e8be57afa84dfeb1e24f56f (diff)
downloadeclipse.platform.releng.aggregator-72d16b80dd25f94e97ba38242d4633d0ab251b1c.tar.gz
eclipse.platform.releng.aggregator-72d16b80dd25f94e97ba38242d4633d0ab251b1c.tar.xz
eclipse.platform.releng.aggregator-72d16b80dd25f94e97ba38242d4633d0ab251b1c.zip
Bug 498137 - Update "previous release" through out scripts
Diffstat (limited to 'production/createReports.sh')
-rwxr-xr-xproduction/createReports.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/createReports.sh b/production/createReports.sh
index 04310ef39..02b75606e 100755
--- a/production/createReports.sh
+++ b/production/createReports.sh
@@ -18,7 +18,7 @@ source localBuildProperties.shsource 2>/dev/null
JAVA_8_HOME=/shared/common/jdk1.8.0_x64-latest
export JAVA_HOME=${JAVA_8_HOME}
buildIdToTest=${BUILD_ID:-"I20160314-2000"}
-buildIdToCompare="4.5/R-4.5.2-201602121500"
+buildIdToCompare="4.6/R-4.6-201606061100"
build_type=${buildIdToTest:0:1}
build_dir_root="${BUILD_HOME}/4${build_type}/siteDir/eclipse/downloads/drops4"
build_update_root="${BUILD_HOME}/4${build_type}/siteDir/updates"

Back to the top