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 756fdf407d Correct typo. Differentiate between 100% reproducible and
mostly reproducible.
756fdf407d is described below
commit 756fdf407dc7732fff70056c59a291a7e1c243cb
Author: ChristopherSchultz <[email protected]>
AuthorDate: Thu Feb 15 17:16:20 2024 -0500
Correct typo. Differentiate between 100% reproducible and mostly
reproducible.
---
build.xml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index 9aa28ffab7..18f6a6a11e 100644
--- a/build.xml
+++ b/build.xml
@@ -4235,16 +4235,18 @@ differences that should not be considered troublesome.
SSS SSS S S SSS SSS
SSSSSSSSSS SSSSSSSSS
-
-All (important) signatures are verified; the build appears to be reproducible.
</echo>
+ <echo if:set="reproducible-3">
+All signatures are verified; the build appears to be 100% reproducible.
+</echo>
+ <echo unless:set="reproducible-3">
+All (important) signatures are verified; the build appears to be reproducible.
- <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>
+</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]