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

release: actually create deterministic release archives #4879

Merged
merged 4 commits into from
Jan 8, 2021

Commits on Jan 5, 2021

  1. GitHub: fetch full history for release build

    To make sure git has the full history, including all annotated tags, we
    need to explicitly fetch everything on checkout.
    guggero committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ae4a190 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    330f3c4 View commit details
    Browse the repository at this point in the history
  2. scripts: package release artifacts deterministically

    A number of tricks need to be applied to the tar and zip commands
    respectively to make sure they always produce deterministic archives.
    This includes setting the file timestamps to a fixed date and setting
    specific ownership attributes (tar) or no attributes at all (zip).
    guggero committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    2686391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c56f3c View commit details
    Browse the repository at this point in the history