Skip to content

Commit

Permalink
[releng] Prepare repo for 2022-12 M2
Browse files Browse the repository at this point in the history
Change-Id: I598b53ef09e3cf9f02b11d377e640946f8b4800b
  • Loading branch information
jonahgraham committed Oct 27, 2022
1 parent c2d0f73 commit 54cfc2a
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
Expand Up @@ -34,6 +34,6 @@ Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit">here</a
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-committers-2022-12-M1" />
<product name="eclipse-committers-2022-12-M2" />

</configuration>
Expand Up @@ -22,6 +22,6 @@
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-cpp-2022-12-M1" />
<product name="eclipse-cpp-2022-12-M2" />

</configuration>
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-dsl-2022-12-M1" />
<product name="eclipse-dsl-2022-12-M2" />

</configuration>
Expand Up @@ -29,6 +29,6 @@ To avoid compatibility issues with pre 6.x plug-ins, it is recommended to <b>cre
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-embedcpp-2022-12-M1" />
<product name="eclipse-embedcpp-2022-12-M2" />

</configuration>
Expand Up @@ -28,6 +28,6 @@


<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-java-2022-12-M1" />
<product name="eclipse-java-2022-12-M2" />

</configuration>
Expand Up @@ -35,6 +35,6 @@ Click <a href="https://github.com/eclipse/wildwebdeveloper/issues">here</a> to r
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-jee-2022-12-M1" />
<product name="eclipse-jee-2022-12-M2" />

</configuration>
Expand Up @@ -32,6 +32,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-modeling-2022-12-M1" />
<product name="eclipse-modeling-2022-12-M2" />

</configuration>
Expand Up @@ -30,6 +30,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-parallel-2022-12-M1" />
<product name="eclipse-parallel-2022-12-M2" />

</configuration>
Expand Up @@ -35,6 +35,6 @@ Click <a href="https://github.com/eclipse/wildwebdeveloper/issues">here</a> to r
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-php-2022-12-M1" />
<product name="eclipse-php-2022-12-M2" />

</configuration>
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-rcp-2022-12-M1" />
<product name="eclipse-rcp-2022-12-M2" />

</configuration>
Expand Up @@ -31,6 +31,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-scout-2022-12-M1" />
<product name="eclipse-scout-2022-12-M2" />

</configuration>
4 changes: 2 additions & 2 deletions releng/org.eclipse.epp.config/parent/pom.xml
Expand Up @@ -38,11 +38,11 @@
<!-- Name of the release (no milestone) -->
<RELEASE_NAME>2022-12</RELEASE_NAME>
<!-- Name of the milestone -->
<RELEASE_MILESTONE>M1</RELEASE_MILESTONE>
<RELEASE_MILESTONE>M2</RELEASE_MILESTONE>
<!-- Version of the release -->
<RELEASE_VERSION>4.26.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
<RELEASE_DIR>202210061201</RELEASE_DIR>
<RELEASE_DIR>202210271200</RELEASE_DIR>
<!-- SimRel Repo to build from -->
<SIMREL_REPO>https://download.eclipse.org/staging/2022-12/</SIMREL_REPO>
<!-- ID used to generate the filename of the packages -->
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/tools/setGitDate
@@ -1,6 +1,6 @@
#!/bin/bash

GIT_DATE=`date --utc --iso-8601=seconds --date='12:01 today'`
GIT_DATE=`date --utc --iso-8601=seconds --date='12:00 today'`
echo "Setting GIT dates to ${GIT_DATE}"

export GIT_AUTHOR_DATE="${GIT_DATE}"
Expand Down
8 changes: 4 additions & 4 deletions releng/org.eclipse.epp.config/tools/upload-to-staging.sh
Expand Up @@ -95,9 +95,9 @@ 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) I have highlighted those packages/platforms that I haven't seen any confirmation in this release cycle on.
Packages:
committers - 2022-06 RC2 (tested by Ed in 2022-09 RC1)
cpp - 2022-09 RC2
dsl - 2022-09 RC1
committers - 2022-12 M1
cpp - 2022-12 M1
dsl - 2022-12 M1
embedcpp - 2022-09 RC2
java - 2022-09 M2
jee - 2022-09 RC2
Expand All @@ -112,7 +112,7 @@ Linux x86_64 - 2022-09 RC2
Linux aarch64 - 2022-09 RC2
Windows - 2022-09 RC2
macOS x86_64 - 2022-09 M3
macOS aarch64 - 2022-09 RC1
macOS aarch64 - 2022-12 M1
Thank you for testing!
Expand Down

0 comments on commit 54cfc2a

Please sign in to comment.