On Thu, Nov 9, 2023 at 6:54 PM <ma...@apache.org> wrote: > > 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 1a969a46b0 Reproducible build fixes > 1a969a46b0 is described below > > commit 1a969a46b01d00a6fc880606c17145af23a8a010 > Author: Mark Thomas <ma...@apache.org> > AuthorDate: Thu Nov 9 17:54:26 2023 +0000 > > Reproducible build fixes
I did not anticipate that problem. So it is only for 11, as you found out. Rémy > --- > build.xml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/build.xml b/build.xml > index c84456f80d..dd015d12f2 100644 > --- a/build.xml > +++ b/build.xml > @@ -307,9 +307,12 @@ > <include name="**/.gitignore"/> > <include name="**/*.bnd"/> > <include name="**/*.classpath"/> > + <include name="**/*.conf"/> > <include name="**/*.css"/> > <include name="**/*.dtd"/> > <include name="**/*.editorconfig"/> > + <include name="**/*.h"/> > + <include name="**/*.header"/> > <include name="**/*.htm"/> > <include name="**/*.html"/> > <include name="**/*.iml"/> > @@ -3060,6 +3063,7 @@ asf.ldap.username=${release.asfusername} > <include name="bin/*.sh" /> > <include name=".travis/*.sh" /> > <include name="res/graal/*.sh" /> > + <include name="res/openssl/*.sh" /> > </fixcrlf> > > <zip zipfile="${tomcat.release}/v${version}/src/${final-src.name}.zip" > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org