This is an automated email from the ASF dual-hosted git repository.
schultz 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 6e00662ffe Improve verify-release
6e00662ffe is described below
commit 6e00662ffe0aba97a7b508a4622b26c11035fff8
Author: Christopher Schultz <[email protected]>
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 fbf45f9336..3a9e9dcb16 100644
--- a/build.xml
+++ b/build.xml
@@ -4161,7 +4161,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" />
@@ -4210,6 +4210,13 @@ differences that should not be considered troublesome.
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: [email protected]
For additional commands, e-mail: [email protected]