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 75d2cdb Reproducible builds: Consistent line endings for .sh files in
src distro
75d2cdb is described below
commit 75d2cdb4c43c999fc7c640771b950afae0e19667
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Mar 23 20:56:50 2021 +0000
Reproducible builds: Consistent line endings for .sh files in src distro
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index 7a134fb..ed4ea4d 100644
--- a/build.xml
+++ b/build.xml
@@ -2962,6 +2962,7 @@ skip.installer property in build.properties" />
<include name="bin/*.bat" />
<include name="bin/*.sh" />
<include name=".travis/*.sh" />
+ <include name="res/graal/*.sh" />
</fixcrlf>
<!-- Reproducible builds: consistent timestamps for distributed files -->
@@ -2986,6 +2987,7 @@ skip.installer property in build.properties" />
<include name="bin/*.bat" />
<include name="bin/*.sh" />
<include name=".travis/*.sh" />
+ <include name="res/graal/*.sh" />
</fixcrlf>
<!-- Reproducible builds: consistent timestamps for distributed files -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]