Skip to content

Commit

Permalink
Use 'gzip -n' for compression during release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fingolfin authored and vendramin committed Jul 4, 2024
1 parent b76f272 commit 52e3644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# https://github.com/gap-system/ReleaseTools

# compress data files
gzip -9 data/*
gzip -9 -n data/*

0 comments on commit 52e3644

Please sign in to comment.