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 661bce79de Add instructions for comparing release artifacts with a
local release build.
661bce79de is described below
commit 661bce79dec1860c95ed84dd1682cd589e0a975d
Author: Christopher Schultz <[email protected]>
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 3f581e8201..4e344aa818 100644
--- a/build.xml
+++ b/build.xml
@@ -3784,6 +3784,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: [email protected]
For additional commands, e-mail: [email protected]