This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new eaea750316 Fix source distro line endings for new test script
eaea750316 is described below
commit eaea7503163e44ba7260c9c7b3af3f4ba387d072
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 10 18:37:42 2025 +0100
Fix source distro line endings for new test script
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index 99ff201455..f041c8e008 100644
--- a/build.xml
+++ b/build.xml
@@ -3347,6 +3347,7 @@ Configured for ${release.asfusername} to release Tomcat
${version.major}.${versi
<include name=".travis/*.sh" />
<include name="res/graal/*.sh" />
<include name="res/openssl/*.sh" />
+ <include name="test/org/apache/tomcat/util/net/ocsp/*.sh" />
</fixcrlf>
<zip zipfile="${tomcat.release}/v${version}/src/${final-src.name}.zip"
@@ -3369,6 +3370,7 @@ Configured for ${release.asfusername} to release Tomcat
${version.major}.${versi
<include name=".travis/*.sh" />
<include name="res/graal/*.sh" />
<include name="res/openssl/*.sh" />
+ <include name="test/org/apache/tomcat/util/net/ocsp/*.sh" />
</fixcrlf>
<!-- Reproducible builds: consistent timestamps for distributed files -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]