From 61bd2ae01f35ed32f649c6c2bd14299a60e9c963 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 27 Nov 2024 10:54:56 -0500 Subject: [PATCH 1/2] prepare repo for run up to 2024-12 RC2/R Most of the work was already completed in commit c4446d0eac696691d555e0ed01c5a01a22bbb6af - this change does the last couple of steps up until "Wait for announcement that the staging repo is ready" Part of #242 --- releng/org.eclipse.epp.config/parent/pom.xml | 4 ++-- releng/org.eclipse.epp.config/tools/promote-a-build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml index fb86f646..12f26558 100644 --- a/releng/org.eclipse.epp.config/parent/pom.xml +++ b/releng/org.eclipse.epp.config/parent/pom.xml @@ -47,9 +47,9 @@ - ${RELEASE_NAME} ${RELEASE_MILESTONE} (${RELEASE_VERSION} ${RELEASE_MILESTONE}) + - + ${RELEASE_NAME} (${RELEASE_VERSION}) ${SIMREL_REPO} diff --git a/releng/org.eclipse.epp.config/tools/promote-a-build.sh b/releng/org.eclipse.epp.config/tools/promote-a-build.sh index 786bd75c..5d2e37cd 100755 --- a/releng/org.eclipse.epp.config/tools/promote-a-build.sh +++ b/releng/org.eclipse.epp.config/tools/promote-a-build.sh @@ -86,8 +86,8 @@ cat > release.xml <2023-12/R 2024-03/R 2024-06/R -2024-09/R -${RELEASE_NAME}/${RELEASE_MILESTONE} +2024-09/R +2024-12/R EOM $ECHO $SCP release.xml "${SSHUSER}:"${EPP_DOWNLOADS}/downloads/release/release.xml From 9c46720944bd258166a11972381fb2db5255b6b0 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 27 Nov 2024 10:38:39 -0500 Subject: [PATCH 2/2] update +1s - includes new archs that are tracked now --- .../tools/upload-to-staging.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/releng/org.eclipse.epp.config/tools/upload-to-staging.sh b/releng/org.eclipse.epp.config/tools/upload-to-staging.sh index 3d301372..4965cda4 100755 --- a/releng/org.eclipse.epp.config/tools/upload-to-staging.sh +++ b/releng/org.eclipse.epp.config/tools/upload-to-staging.sh @@ -52,13 +52,13 @@ Please test and send your +1 to this mailing list. +1s are optional as the packa Last +1 received for each package and platform (apologies if I missed one of your +1 emails, just let me know and I will update Last Recorded +1) Packages: -committers - 2024-09 RC1 -cpp - 2024-12 M1 -dsl - 2024-09 M3 +committers - 2024-12 M3 +cpp - 2024-12 M2 +dsl - 2024-12 M3 embedcpp - 2024-09 RC2 java - 2024-06 RC1 jee - 2024-09 RC2 -modeling - 2024-09 RC1 +modeling - 2024-12 M2 php - 2023-06 RC2 rcp - 2024-09 RC1 scout - 2024-09 RC2 @@ -66,9 +66,11 @@ scout - 2024-09 RC2 Platforms: Linux x86_64 - 2024-09 RC2 Linux aarch64 - 2023-09 RC2 -Windows - 2024-12 M1 +Linux riscv64 - 2024-12 M3 +Windows x86_64 - 2024-12 M2 +Windows on Arm - 2024-12 M3 macOS x86_64 - 2024-09 RC2 -macOS aarch64 - 2024-09 M3 +macOS aarch64 - 2024-12 M3 Thank you for testing!