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 49e13cc Reproducible builds: Make bnd processed JARs reproducible
49e13cc is described below
commit 49e13cc363909b2bf4841315cab520eeb6fbaa3c
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Mar 18 12:15:55 2021 +0000
Reproducible builds: Make bnd processed JARs reproducible
---
res/bnd/build-defaults.bnd | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/res/bnd/build-defaults.bnd b/res/bnd/build-defaults.bnd
index 2eec204..b7ddb81 100644
--- a/res/bnd/build-defaults.bnd
+++ b/res/bnd/build-defaults.bnd
@@ -30,4 +30,9 @@ X-Compile-Target-JDK: ${compile.target}
-noclassforname: true
+-reproducible: true
+-noextraheaders: true
+
+-removeheaders: DSTAMP,TODAY,TSTAMP
+
module.name: org.apache.${replace;${Bundle-Name};-;.}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]