This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new d54a1ff357 Remove another manual step from the release build
d54a1ff357 is described below
commit d54a1ff357e42fc14b97963948f78a4747d7f832
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 21 09:32:38 2022 +0100
Remove another manual step from the release build
mvn.properties.release already includes the current GPG executable. Do
the same for the main build. This removes the need to create a
build.properties file for the release build.
---
build.xml | 3 +++
webapps/docs/changelog.xml | 8 ++++++++
2 files changed, 11 insertions(+)
diff --git a/build.xml b/build.xml
index affa108a9a..c618efd01c 100644
--- a/build.xml
+++ b/build.xml
@@ -2679,6 +2679,9 @@ ant.tstamp.now.iso=${tstamp.iso.release}
# Enable insertion of detatched signatures into the Windows installer.
do.codesigning=true
+# Re-use the same GPG executable.
+gpg.exec=${gpg.exec}
+
# Reproducible builds require the use of the build tools defined below. The
# vendors (where appropriate) and versions must match exactly for a
reproducible
# build since this data is embedded in various files, particularly JAR file
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 365854b149..96f9762b6a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 10.1.0-M21 (markt)" rtext="in development">
+ <subsection name="Other">
+ <changelog>
+ <add>
+ Further automation to the build process to reduce the number of manual
+ steps that release managers must perform. (markt)
+ </add>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 10.1.0-M20 (markt)" rtext="release in progress">
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]