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

schultz 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 29323ed485 Improve verify-release
29323ed485 is described below

commit 29323ed4855b4378269f5d56b7b2e4eb592a7457
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Tue Dec 12 11:40:03 2023 -0500

    Improve verify-release
    
    Explain the Tomcat 11 hack.
    Notify the user about the JDK bug which often breaks the fulldocs bundle.
---
 build.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index f252a74ffb..36decb0cfa 100644
--- a/build.xml
+++ b/build.xml
@@ -4173,7 +4173,7 @@ reproducible-10=${reproducible-10}
         <isset property="reproducible-4" />
         <or>
           <isset property="reproducible-5" />
-          <contains string="${version}" substring="11.0." /><!-- Super hack -->
+          <contains string="${version}" substring="11.0." /><!-- Super hack, 
Tomcat 11 does not produce x86 binaries. -->
         </or>
         <isset property="reproducible-6" />
         <isset property="reproducible-7" />
@@ -4216,6 +4216,13 @@ One or more signatures failed.
 
 All (important) signatures are verified; the build appears to be reproducible.
 </echo>
+
+    <echo unless:set="reprodicible-3">
+The fulldocs bundle appears to be different than that of the release.
+It is likely due to this JDK bug:
+
+  https://bugs.openjdk.org/browse/JDK-8306980
+    </echo>
   </target>
 
   <target name="-check-release-toolchain-versions" if="release-java-version">


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

Reply via email to