Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use timestamp from the tag for reproducible tarballs #665

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Use timestamp from the tag for reproducible tarballs

    To improve stability of the tarballs, we need to make sure that that the
    package does not have changing parts for releases. But at the same time,
    it is useful to have build date recorded. This patch instructs cmake to
    use timestamp from the tag, if it exists (GA packages), so the checksum
    of the tarballs would never change even if the tarball will be produced
    later on different machine. Embedded certificates would still affect
    reproducibility, but it is unlikely that they would change frequently.
    avsej committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    59b7b87 View commit details
    Browse the repository at this point in the history