strip-nondeterminism

Strips non-deterministic information from files for reproducible builds

brewmacoslinux
Try with needOr install directly
Source

About

Tool for stripping bits of non-deterministic information from files

Commands

strip-nondeterminism

Examples

Strip non-determinism from a JAR file$ strip-nondeterminism file.jar
Process a ZIP archive and preserve original$ strip-nondeterminism -t zip archive.zip
Strip non-determinism from multiple files$ strip-nondeterminism *.jar *.zip