Herve Boutemy created ZOOKEEPER-4732:
----------------------------------------
Summary: improve Reproducible Builds
Key: ZOOKEEPER-4732
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4732
Project: ZooKeeper
Issue Type: Improvement
Components: build
Affects Versions: 3.9.0
Reporter: Herve Boutemy
rebuilding Zookeeper 3.9.0 shows that it's only partially reproducible:
https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/zookeeper/README.md
analysis the root cause, there are 2 issues:
1. a few old plugins to upgrade (easy)
2. code generated that contains build timestamp: replacing with git commit
timestamp would make the build reproducible (or even removing this, but
removing is a bigger change as it impacts API)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)