Skip to content

Reproducible builds

While working on the reproducible builds project, I noticed that this project can lead to reproducibility issues as it includes the current date in the generated man pages.

This patch adds support for the SOURCE_DATE_EPOCH environment variable to allow for reproducible builds.

Merge request reports

Loading