Skip to content

Commit 491679f

Browse files
committed
Remove leftovers from generic release verification
1 parent e053bfd commit 491679f

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

build.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4529,13 +4529,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho
45294529
</antcall>
45304530

45314531
<condition property="success">
4532-
<or>
4533-
<available file="${tomcat.release.verify}/@{basefile}.sha512" />
4534-
<and>
4535-
<contains string="${version}" substring="12.0." /><!-- Super hack -->
4536-
<contains string="@{basefile}" substring="x86" />
4537-
</and>
4538-
</or>
4532+
<available file="${tomcat.release.verify}/@{basefile}.sha512" />
45394533
</condition>
45404534

45414535
<fail unless="success">
@@ -4631,13 +4625,7 @@ Invalid signature for @{src-or-bin}/@{basefile}
46314625
</antcall>
46324626

46334627
<condition property="success">
4634-
<or>
4635-
<available file="${tomcat.release.verify}/@{basefile}.asc" />
4636-
<and>
4637-
<contains string="${version}" substring="11.0." /><!-- Super hack -->
4638-
<contains string="@{basefile}" substring="x86" />
4639-
</and>
4640-
</or>
4628+
<available file="${tomcat.release.verify}/@{basefile}.asc" />
46414629
</condition>
46424630

46434631
<fail unless="success">

0 commit comments

Comments
 (0)