This is an automated email from the ASF dual-hosted git repository.
rjung 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 940399f075 Fix unix line ends for helper shell script in src.tar.gz
new 66ede1ef34 Merge branch 'main' of https://github.com/apache/tomcat
940399f075 is described below
commit 940399f075c1ab039dda6432b865ebbfecf085d5
Author: Rainer Jung <[email protected]>
AuthorDate: Sat Nov 9 10:30:00 2024 +0100
Fix unix line ends for helper shell script in src.tar.gz
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index e7618de3dd..8c816f5d1f 100644
--- a/build.xml
+++ b/build.xml
@@ -3156,6 +3156,7 @@ Configured for ${release.asfusername} to release Tomcat
${version.major}.${versi
<include name="bin/*.sh" />
<include name=".travis/*.sh" />
<include name="res/graal/*.sh" />
+ <include name="res/openssl/*.sh" />
</fixcrlf>
<!-- Reproducible builds: consistent timestamps for distributed files -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]