Skip to content

Commit

Permalink
[releng] Prepare repo for 2021-12 RC2
Browse files Browse the repository at this point in the history
Change-Id: I8532e398f55fe04201cda4c3c6f093a9450c042a
  • Loading branch information
jonahgraham committed Dec 2, 2021
1 parent df8cc7d commit 8c46155
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-2021-12-RC1" />
<product name="eclipse-committers-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-cpp-2021-12-RC1" />
<product name="eclipse-cpp-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-dsl-2021-12-RC1" />
<product name="eclipse-dsl-2021-12-R" />

</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-2021-12-RC1" />
<product name="eclipse-embedcpp-2021-12-R" />

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


<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-java-2021-12-RC1" />
<product name="eclipse-java-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-jee-2021-12-RC1" />
<product name="eclipse-jee-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-modeling-2021-12-RC1" />
<product name="eclipse-modeling-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-parallel-2021-12-RC1" />
<product name="eclipse-parallel-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-php-2021-12-RC1" />
<product name="eclipse-php-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-rcp-2021-12-RC1" />
<product name="eclipse-rcp-2021-12-R" />

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

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-scout-2021-12-RC1" />
<product name="eclipse-scout-2021-12-R" />

</configuration>
4 changes: 2 additions & 2 deletions releng/org.eclipse.epp.config/parent/pom.xml
Expand Up @@ -35,11 +35,11 @@
<!-- The location that is used to assemble the single EPP configuration p2 repository -->
<eclipse.epp.targetRepository>${eclipse.epp.archiveDirectory}/repository/</eclipse.epp.targetRepository>
<!-- ID used to generate the filename of the packages -->
<eclipse.simultaneous.release.id>2021-12-RC1</eclipse.simultaneous.release.id>
<eclipse.simultaneous.release.id>2021-12-R</eclipse.simultaneous.release.id>
<!-- 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>2021-12 RC1 (4.22.0 RC1)</eclipse.simultaneous.release.name>
<eclipse.simultaneous.release.name>2021-12 (4.22.0)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>https://download.eclipse.org/staging/2021-12/</eclipse.simultaneous.release.repository>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions releng/org.eclipse.epp.config/tools/promote-a-build.sh
Expand Up @@ -5,8 +5,8 @@ set -e # error out on any failed commands
set -x # echo all commands used for debugging purposes

RELEASE_NAME=2021-12
RELEASE_MILESTONE=RC1
RELEASE_DIR=202111251200
RELEASE_MILESTONE=R
RELEASE_DIR=202112021200
EPP_DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp
DOWNLOADS=${EPP_DOWNLOADS}/downloads/release/${RELEASE_NAME}/
REPO=${EPP_DOWNLOADS}/packages/${RELEASE_NAME}/
Expand Down Expand Up @@ -51,8 +51,8 @@ cat > release.xml <<EOM
<past>2020-12/R</past>
<past>2021-03/R</past>
<past>2021-06/R</past>
<present>2021-09/R</present>
<future>2021-12/RC1</future>
<past>2021-09/R</past>
<present>2021-12/R</present>
</packages>
EOM
$ECHO $SCP release.xml "${SSHUSER}:"${EPP_DOWNLOADS}/downloads/release/release.xml
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/tools/upload-to-staging.sh
Expand Up @@ -11,7 +11,7 @@ SSH="ssh ${SSHUSER}"
SCP="scp"

RELEASE_NAME=2021-12
RELEASE_MILESTONE=RC1
RELEASE_MILESTONE=R
WORKSPACE=${WORKSPACE:-"${PWD}"}
GIT_REPOSITORY=${GIT_REPOSITORY:-"org.eclipse.epp.packages"}
BUILT_PACKAGES=$(cat packages.txt)
Expand Down

0 comments on commit 8c46155

Please sign in to comment.