You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/09/21 08:37:08 UTC

[tomcat] branch 8.5.x updated: Remove another manual step from the release build

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 49900c575a Remove another manual step from the release build
49900c575a is described below

commit 49900c575a3bbb3e90fc21d37e3126b555005bdb
Author: Mark Thomas <ma...@apache.org>
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 | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/build.xml b/build.xml
index 031585cc35..43164e6bda 100644
--- a/build.xml
+++ b/build.xml
@@ -2321,6 +2321,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 ed0b765611..ef629919b7 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -275,6 +275,10 @@
       <add>
         Improvements to Spanish translations. (markt)
       </add>
+      <add>
+        Further automation to the build process to reduce the number of manual
+        steps that release managers must perform. (markt)
+      </add>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org