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 ef9851915f Correct typo. Differentiate between 100% reproducible and
mostly reproducible.
ef9851915f is described below
commit ef9851915f33e787b0bfd1bc8819931d5b1b3cdc
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 94e80620e2..9f878e0d79 100644
--- a/build.xml
+++ b/build.xml
@@ -4241,16 +4241,18 @@ One or more signatures failed.
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]