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:36:31 UTC

[tomcat] branch 9.0.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 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 096112f8c35bc4d97e59a6823b86cfc0193933bc
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 215223b61c..c037bac436 100644
--- a/build.xml
+++ b/build.xml
@@ -2622,6 +2622,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 f8a6a5e8f4..129f98c10b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -326,6 +326,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