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

markt-asf 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 491679f764 Remove leftovers from generic release verification
491679f764 is described below

commit 491679f76478cc1cf972e4bc3be44fc002ff3dfe
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Jun 20 15:13:35 2026 +0100

    Remove leftovers from generic release verification
---
 build.xml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/build.xml b/build.xml
index 1c9da62f91..2ad873f3e4 100644
--- a/build.xml
+++ b/build.xml
@@ -4529,13 +4529,7 @@ Read the Building page on the Apache Tomcat 
documentation site for details on ho
       </antcall>
 
       <condition property="success">
-        <or>
-          <available file="${tomcat.release.verify}/@{basefile}.sha512" />
-          <and>
-            <contains string="${version}" substring="12.0." /><!-- Super hack 
-->
-            <contains string="@{basefile}" substring="x86" />
-          </and>
-        </or>
+        <available file="${tomcat.release.verify}/@{basefile}.sha512" />
       </condition>
 
       <fail unless="success">
@@ -4631,13 +4625,7 @@ Invalid signature for @{src-or-bin}/@{basefile}
       </antcall>
 
       <condition property="success">
-        <or>
-          <available file="${tomcat.release.verify}/@{basefile}.asc" />
-          <and>
-            <contains string="${version}" substring="11.0." /><!-- Super hack 
-->
-            <contains string="@{basefile}" substring="x86" />
-          </and>
-        </or>
+        <available file="${tomcat.release.verify}/@{basefile}.asc" />
       </condition>
 
       <fail unless="success">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to