This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 4112a0c220 Correct typo. Differentiate between 100% reproducible and mostly reproducible. 4112a0c220 is described below commit 4112a0c2202c5a95f5c5fc68361b1d263ae77b86 Author: ChristopherSchultz <ch...@christopherschultz.net> 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 c6dc752f89..3f581e8201 100644 --- a/build.xml +++ b/build.xml @@ -3813,16 +3813,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org