This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new dd7ef0f796 Correct typo. Differentiate between 100% reproducible and mostly reproducible. dd7ef0f796 is described below commit dd7ef0f79657165235262f07f4d915e2c3ef516d 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 8e09578164..b2add858d9 100644 --- a/build.xml +++ b/build.xml @@ -4308,16 +4308,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