Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/createReports.sh')
-rwxr-xr-xproduction/createReports.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/createReports.sh b/production/createReports.sh
index 393463189..c42952098 100755
--- a/production/createReports.sh
+++ b/production/createReports.sh
@@ -33,7 +33,7 @@ echo -e "\tbuildIdToTest: ${BUILD_ID}"
# TODO: we could have a "previous_release" sort of variable that
# would be defined in parent pom or build_eclipse_org.shsource so that
# we do not need to change this source.
-buildIdToCompare="4.7/R-4.7.2-201711300510"
+buildIdToCompare="4.7/R-4.7.3-201803010715"
build_type=${buildIdToTest:0:1}
echo -e "\tbuild_type: ${build_type}"
@@ -77,8 +77,8 @@ then
elif [[ ${build_type} == "M" ]]
then
update_dir_segment="4.7-M-builds"
- buildIdToCompare="4.7/R-4.7.2-201711300510"
- echo -e "\tlatest_R_build: R-4.7.2-201711300510"
+ buildIdToCompare="4.7/R-4.7.3-201803010715"
+ echo -e "\tlatest_R_build: R-4.7.3-201803010715"
elif [[ ${build_type} == "I" ]]
then
update_dir_segment="4.7-I-builds"

Back to the top