Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2022-06-09 00:46:47 +0000
committerJonah Graham2022-06-09 00:48:30 +0000
commit54c8a5f2f5a254aa8dc5dd381ef418cd03e605f0 (patch)
tree31a80ea779cbdae00783e384afbea1e747d82121 /releng/org.eclipse.epp.config
parentaba7962a5e184d790a117f4320e7911c1e5bd86d (diff)
downloadorg.eclipse.epp.packages-54c8a5f2f5a254aa8dc5dd381ef418cd03e605f0.tar.gz
org.eclipse.epp.packages-54c8a5f2f5a254aa8dc5dd381ef418cd03e605f0.tar.xz
org.eclipse.epp.packages-54c8a5f2f5a254aa8dc5dd381ef418cd03e605f0.zip
[releng] Prepare repo for 2022-06 R
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml10
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/promote-a-build.sh4
2 files changed, 9 insertions, 5 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index dfdd30a3..639d6aa3 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -37,11 +37,11 @@
<!-- Name of the release (no milestone) -->
<RELEASE_NAME>2022-06</RELEASE_NAME>
<!-- Name of the milestone -->
- <RELEASE_MILESTONE>RC1</RELEASE_MILESTONE>
+ <RELEASE_MILESTONE>R</RELEASE_MILESTONE>
<!-- Version of the release -->
<RELEASE_VERSION>4.24.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
- <RELEASE_DIR>202206021200</RELEASE_DIR>
+ <RELEASE_DIR>202206091200</RELEASE_DIR>
<!-- SimRel Repo to build from -->
<SIMREL_REPO>https://download.eclipse.org/staging/2022-06</SIMREL_REPO>
<!-- ID used to generate the filename of the packages -->
@@ -49,7 +49,11 @@
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->
<eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
<!-- Human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
- <eclipse.simultaneous.release.name>${RELEASE_NAME} ${RELEASE_MILESTONE} (${RELEASE_VERSION} ${RELEASE_MILESTONE})</eclipse.simultaneous.release.name>
+ <!-- TODO the two alternative values of eclipse.simultaneous.release.name could be automated, perhaps with a profile dependent on RELEASE_MILESTONE -->
+ <!-- eclipse.simultaneous.release.name value for non-R builds -->
+ <!-- <eclipse.simultaneous.release.name>${RELEASE_NAME} ${RELEASE_MILESTONE} (${RELEASE_VERSION} ${RELEASE_MILESTONE})</eclipse.simultaneous.release.name> -->
+ <!-- eclipse.simultaneous.release.name value for R builds -->
+ <eclipse.simultaneous.release.name>${RELEASE_NAME} (${RELEASE_VERSION})</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>${SIMREL_REPO}</eclipse.simultaneous.release.repository>
</properties>
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 dfc79d4f..a031ed0f 100755
--- a/releng/org.eclipse.epp.config/tools/promote-a-build.sh
+++ b/releng/org.eclipse.epp.config/tools/promote-a-build.sh
@@ -70,8 +70,8 @@ cat > release.xml <<EOM
<past>2021-06/R</past>
<past>2021-09/R</past>
<past>2021-12/R</past>
-<present>2022-03/R</present>
-<future>${RELEASE_NAME}/${RELEASE_MILESTONE}</future>
+<past>2022-03/R</past>
+<present>2022-06/R</present>
</packages>
EOM
$ECHO $SCP release.xml "${SSHUSER}:"${EPP_DOWNLOADS}/downloads/release/release.xml

Back to the top