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 4bd1cbf898 Add instructions for comparing release artifacts with a 
local release build.
4bd1cbf898 is described below

commit 4bd1cbf8984dbb6148d59b68422796fc225fd764
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 18f6a6a11e..22379895f9 100644
--- a/build.xml
+++ b/build.xml
@@ -4206,6 +4206,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

Reply via email to