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

BUG: fix mtime of sdist archive members #452

Merged
merged 2 commits into from
Sep 1, 2023

Commits on Aug 26, 2023

  1. BUG: fix mtime of sdist archive members

    Set the mtime of all archive members to the mtime set by meson dist,
    also for files that may have been locally modified. Use the current
    time for the PKG-INFO file.
    
    Drop support for the $SOURCE_DATE_EPOCH environment variable when
    creating the sdist. This environment variable is for meant to be used
    as a work-around for build tools that produce non-reproducible binary
    packages. It does not have a standardized meaning for tools producing
    source distributions.
    
    See https://reproducible-builds.org/docs/source-date-epoch/
    
    Fixes mesonbuild#450.
    dnicolodi committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    30db81d View commit details
    Browse the repository at this point in the history
  2. MAINT: remove unused code

    dnicolodi committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    743e8f7 View commit details
    Browse the repository at this point in the history