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:35:22 UTC

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


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

commit 90727910ba3a7ffa76495525c18a273c3a0172ee
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 8cacba4e9f..4afc5d07ac 100644
--- a/build.xml
+++ b/build.xml
@@ -2640,6 +2640,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 7a56384c03..b50bb51e70 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -111,6 +111,10 @@
         Update the Apache Tomcat migration tool for Jakarta EE library to 1.0.4.
         (markt)
       </update>
+      <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