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

commit 2065a1d027959648e3eaa4504a2eec164a7ef7dd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 24 19:06:09 2022 +0000

    Reproducible builds: consistent line endings for graal files
---
 build.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index 8d16c2a..8a7ac57 100644
--- a/build.xml
+++ b/build.xml
@@ -3757,6 +3757,9 @@ Read the Building page on the Apache Tomcat documentation 
site for details on ho
     <copy todir="${tomcat.graal}/${graalPrefix}">
       <fileset dir="${basedir}/${graalFiles}" />
     </copy>
+    <!-- Reproducible builds: consistent line endings  for graal files -->
+    <fixcrlf srcdir="${tomcat.graal}/${graalPrefix}" eol="lf"
+        encoding="ISO-8859-1" fixlast="false" />
     <zip destfile="${jarfile}" update="true" filesonly="true"
          modificationtime="${tstamp.file}"
          encoding="UTF8">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to