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 57278a5712 Add instructions for comparing release artifacts with a local release build. 57278a5712 is described below commit 57278a571212bd372b4b1615bcc35fa8a456c761 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Fri Feb 16 10:03:21 2024 -0500 Add instructions for comparing release artifacts with a local release build. --- build.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.xml b/build.xml index b2add858d9..c3f3268742 100644 --- a/build.xml +++ b/build.xml @@ -4279,6 +4279,14 @@ Considering using a tool such as "diffoscope"[1] to inspect the differences between the official release and your local-build. There may be trivial differences that should not be considered troublesome. +For example: +$ wget https://dist.apache.org/repos/dist/release/tomcat/tomcat-${version.major}/v${version}/src/apache-tomcat-${version}-src.tar.gz + or, for a release candidate: +$ wget https://dist.apache.org/repos/dist/dev/tomcat/tomcat-${version.major}/v${version}/src/apache-tomcat-${version}-src.tar.gz + then: +$ diffoscope apache-tomcat-${version}-src.tar.gz output/release/v${version}/src/apache-tomcat-${version}-src.tar.gz + + [1] https://diffoscope.org/ </fail> <echo> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org