Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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/miscToolsAndNotes
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/miscToolsAndNotes')
-rwxr-xr-xproduction/miscToolsAndNotes/checkComposites/checkComposites.sh7
-rw-r--r--production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml8
-rwxr-xr-xproduction/miscToolsAndNotes/updaterepo/updateGenericComposites.sh2
3 files changed, 8 insertions, 9 deletions
diff --git a/production/miscToolsAndNotes/checkComposites/checkComposites.sh b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
index 93f3db62b..c247f6b20 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.8-201806110500
-baseEclipse=eclipse-platform-4.8-linux-gtk-x86_64.tar.gz
+baseEclipseDirSegment=eclipse/downloads/drops4/R-4.9-201809060745
+baseEclipse=eclipse-platform-4.9-linux-gtk-x86_64.tar.gz
repoFileAccess=file:///home/data/httpd/download.eclipse.org/
repoHttpAccess=http://download.eclipse.org
repoAccess=${repoFileAccess}
@@ -31,9 +31,8 @@ repoAccess=${repoFileAccess}
repoList="\
/eclipse/updates/4.8/ \
/eclipse/updates/4.9/ \
-/eclipse/updates/4.9-I-builds/ \
+/eclipse/updates/4.10/ \
/eclipse/updates/4.9-Y-builds/ \
-/eclipse/updates/4.9milestones/ \
/eclipse/updates/4.10-I-builds/ \
/eclipse/updates/4.10milestones/ \
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index 04b90a4c2..191a90d18 100644
--- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
+++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
@@ -97,10 +97,10 @@
<!-- for I or M build (which is the unusual case) the build directory and label are the same -->
<property
name="eclipseBaseDir"
- value="S-4.9RC1-201808301030" />
+ value="R-4.9-201809060745" />
<property
name="eclispeBaseLabel"
- value="4.9RC1" />
+ value="4.9" />
<property
name="platformURL"
@@ -142,11 +142,11 @@
<echo message="DEBUG: Before setting default, eclisperun-repo was found to be ${eclipserun-repo-is-set}" />
<!-- the following setting is just to make sure we have a reasonable "fallback" value, such as when
using this script on Hudson to do "clean up" of repositories. Should change it to "well known" version,
- such as updates/4.8/ once it is ready.
+ such as updates/4.9/ once it is ready.
-->
<property
name="eclipserun-repo"
- value="http://download.eclipse.org/eclipse/updates/4.8-I-builds/" />
+ value="http://download.eclipse.org/eclipse/updates/4.10-I-builds/" />
<echo message="eclipserun-repo: ${eclipserun-repo}" />
<property
diff --git a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
index 43b9772d8..c438ce476 100755
--- a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
+++ b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
@@ -69,7 +69,7 @@ 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.8"
+ printf "\n\t%s\t%s\n" "WARNING:" "Maintenance stream version not specified on command line, assuming 4.9"
maintenanceStream="4.9"
fi

Back to the top