Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-08 12:30:27 +0000
committerSravan Kumar Lakkimsetti2019-03-08 12:30:27 +0000
commit33c98ae20fb663f32a5900da6942d89bc210c274 (patch)
tree596ab15855bb69bc56843cff776a5b446e6f0168 /production/miscToolsAndNotes
parent55383c58f426ce7851e2d28b00785061b5f2498c (diff)
downloadeclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.tar.gz
eclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.tar.xz
eclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.zip
Bug 545098 - Move previous version to 4.10RC2 across build scripts
Change-Id: I23277389b03342ee571e4dd5a8de15743d68d554 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/miscToolsAndNotes')
-rwxr-xr-xproduction/miscToolsAndNotes/checkComposites/checkComposites.sh4
-rwxr-xr-xproduction/miscToolsAndNotes/updaterepo/updateGenericComposites.sh4
-rw-r--r--production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/production/miscToolsAndNotes/checkComposites/checkComposites.sh b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
index 75babd2f9..bc59b6007 100755
--- a/production/miscToolsAndNotes/checkComposites/checkComposites.sh
+++ b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
@@ -22,8 +22,8 @@
# and then executed in "bash script" build step.
baseEclipseAccessDir=/home/data/httpd/download.eclipse.org
-baseEclipseDirSegment=eclipse/downloads/drops4/R-4.10-201812060815
-baseEclipse=eclipse-platform-4.10-linux-gtk-x86_64.tar.gz
+baseEclipseDirSegment=eclipse/downloads/drops4/S-4.11RC2-201903070500
+baseEclipse=eclipse-platform-4.11RC2-linux-gtk-x86_64.tar.gz
repoFileAccess=file:///home/data/httpd/download.eclipse.org/
repoHttpAccess=http://download.eclipse.org
repoAccess=${repoFileAccess}
diff --git a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
index c6dd28e3a..94d1204fd 100755
--- a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
+++ b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
@@ -69,8 +69,8 @@ fi
maintenanceStream=$2
if [[ -z "${maintenanceStream}" ]]
then
- printf "\n\t%s\t%s\n" "WARNING:" "Maintenance stream version not specified on command line, assuming 4.10"
- maintenanceStream="4.10"
+ printf "\n\t%s\t%s\n" "WARNING:" "Maintenance stream version not specified on command line, assuming 4.11"
+ maintenanceStream="4.11"
fi
diff --git a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
index 274973f77..db4fcfa64 100644
--- a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
+++ b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
@@ -30,7 +30,7 @@
message="currentStream (such as '4.12') must be defined for this script" />
<fail
unless="maintenanceStream"
- message="maintenanceStream (such as '4.10') must be defined for this script" />
+ message="maintenanceStream (such as '4.11') must be defined for this script" />
<!-- Note: we do not put stream number in 'name', since once a 'name' is defined
in Eclipse's UI, it does not change. -->

Back to the top