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 'gzip -n' for compression during release #100

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Use 'gzip -n' for compression during release #100

merged 1 commit into from
Jul 4, 2024

Conversation

fingolfin
Copy link
Member

This option ensures no timestamps are put into the .gz files. That is
important for reproducible builds and also allows tooling used by e.g.
computer admins to notice that those files did not actually change in an
upgrade.

This option ensures no timestamps are put into the .gz files. That is
important for reproducible builds and also allows tooling used by e.g.
computer admins to notice that those files did not actually change in an
upgrade.
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.58%. Comparing base (b76f272) to head (aedb7ef).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #100   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          93       93           
  Lines      106448   106448           
=======================================
  Hits       106009   106009           
  Misses        439      439           

@vendramin vendramin merged commit 52e3644 into master Jul 4, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants