Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BrandonLWhite/package-python-function
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.6
Choose a base ref
...
head repository: BrandonLWhite/package-python-function
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.7
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 1, 2025

  1. [INFRA-6259] feat: implement reproducible zip (#10)f

    Alters the zip method to reset all file permissions and timestamps of the files to be zipped, prior to zipping.
    
    The file modification time respects $SOURCE_DATE_EPOC (according to the reproducible builds spec[1]), and defaults to 1/1/1980. The file permissions are also updated to 644, to enforce standardization.
    
    More information on reproducible builds for zip files can be found here[2].
    
    [1]: https://reproducible-builds.org/docs/timestamps/
    [2]: https://reproducible-builds.org/docs/archives/
    ajaxbits authored May 1, 2025
    Configuration menu
    Copy the full SHA
    4715faf View commit details
    Browse the repository at this point in the history
Loading