This is an automated email from the ASF dual-hosted git repository.
markt 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 ef2c48af72 Fix source distro line endings for new test script
ef2c48af72 is described below
commit ef2c48af726ad47414d1d0ed4a836db583554683
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 7977988236..b3a37a0481 100644
--- a/build.xml
+++ b/build.xml
@@ -3266,6 +3266,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"
@@ -3288,6 +3289,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]