This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new d44dd7b Reproducible builds: Consistent line endings for .sh files in
src distro
d44dd7b is described below
commit d44dd7b511c187dd9771a00c11169cbb8e39772a
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 4397fef..14c3657 100644
--- a/build.xml
+++ b/build.xml
@@ -2984,6 +2984,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 -->
@@ -3008,6 +3009,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]