This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 24a43f1b3b Fix source distro line endings for new test script
24a43f1b3b is described below
commit 24a43f1b3ba6a352e24ea5dbb97aa6b909265665
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 63a3ac263b..ab4745a4d5 100644
--- a/build.xml
+++ b/build.xml
@@ -3278,6 +3278,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"
@@ -3300,6 +3301,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]