From 19b5bc704f4aff1d2a5c371db747c3aec6dbec0e Mon Sep 17 00:00:00 2001 From: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:20:34 +0530 Subject: [PATCH 1/5] Update builds and repo cleanup scripts for 4.30 (#1313) Track in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1312 --- cje-production/cleaners/cleanupNightlyRepo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cje-production/cleaners/cleanupNightlyRepo.sh b/cje-production/cleaners/cleanupNightlyRepo.sh index 8f75d9c012a..8c16fcd5a90 100755 --- a/cje-production/cleaners/cleanupNightlyRepo.sh +++ b/cje-production/cleaners/cleanupNightlyRepo.sh @@ -222,9 +222,9 @@ function cleanRepo () workspace=$1 remoteBase="/home/data/httpd/download.eclipse.org" -eclipseIRepo="${remoteBase}/eclipse/updates/4.29-I-builds" -eclipseYRepo="${remoteBase}/eclipse/updates/4.29-Y-builds" -eclipsePRepo="${remoteBase}/eclipse/updates/4.29-P-builds" +eclipseIRepo="${remoteBase}/eclipse/updates/4.30-I-builds" +eclipseYRepo="${remoteBase}/eclipse/updates/4.30-Y-builds" +eclipsePRepo="${remoteBase}/eclipse/updates/4.30-P-builds" eclipseBuildTools="${remoteBase}/eclipse/updates/buildtools" doDryrun= From a1c2743adca3a5b56ec17d3f30887f77d2af8b8a Mon Sep 17 00:00:00 2001 From: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:07:44 +0530 Subject: [PATCH 2/5] Update check composites script to verify 4.30 repositories (#1315) Tracked in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1314 --- cje-production/scripts/checkComposites/checkComposites.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cje-production/scripts/checkComposites/checkComposites.sh b/cje-production/scripts/checkComposites/checkComposites.sh index 370538dcc9b..1f22724b8d6 100755 --- a/cje-production/scripts/checkComposites/checkComposites.sh +++ b/cje-production/scripts/checkComposites/checkComposites.sh @@ -26,11 +26,11 @@ repoHttpAccess=https://download.eclipse.org repoAccess=${repoHttpAccess} # TODO: reduce this list soon repoList="\ -/eclipse/updates/4.28/ \ -/eclipse/updates/4.29-Y-builds/ \ -/eclipse/updates/4.29-P-builds/ \ /eclipse/updates/4.29/ \ -/eclipse/updates/4.29-I-builds/ \ +/eclipse/updates/4.30-Y-builds/ \ +/eclipse/updates/4.30-P-builds/ \ +/eclipse/updates/4.30/ \ +/eclipse/updates/4.30-I-builds/ \ " From 1eb625e8b95efb07ded5c73395c82550f9a7f284 Mon Sep 17 00:00:00 2001 From: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:01:40 +0530 Subject: [PATCH 3/5] Update product version number to 4.30 across build scripts (#1316) Tracked in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1299 --- JenkinsJobs/Builds/I_build.groovy | 9 +++------ eclipse-platform-parent/pom.xml | 2 +- .../bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt | 2 +- .../bundles/org.eclipse.pde.doc.user/pdeOptions.txt | 2 +- .../org.eclipse.platform.doc.isv/platformOptions.txt | 2 +- .../eclipse.releng.repository.java21patch/category.xml | 8 ++++---- .../sourceTemplateFeature/feature.properties | 4 ++-- 7 files changed, 13 insertions(+), 16 deletions(-) diff --git a/JenkinsJobs/Builds/I_build.groovy b/JenkinsJobs/Builds/I_build.groovy index fc5c4f4edb9..c152fe8262e 100644 --- a/JenkinsJobs/Builds/I_build.groovy +++ b/JenkinsJobs/Builds/I_build.groovy @@ -17,17 +17,14 @@ for (STREAM in STREAMS){ # format: Minute Hour Day Month Day of the week (0-7) # - - - Integration Eclipse SDK builds - - - -# 2023-09 Release Schedule +# 2023-12 Release Schedule # Normal : 6 PM every day (1/6 - 2/9) # 0 18 * * * -# Milestone/RC Schedule 5/12 - 5/31 +# Milestone/RC Schedule # Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days) -# 0 6 1-7 7 5-7,1-3 -# 0 18 30,1-7 6-7 5-7,1-3 -0 6 11-30 8 5-7,1-3 -0 18 11-30 8 5-7,1-3 + """) } } diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index faa68f9eadb..d4e2d49123f 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -49,7 +49,7 @@ such as Version: Mars (4.5), for main features. See bug 328139. --> - 2023-09 + 2023-12