Use the `-n` option with `gzip` to not save timestamps

Hi 👋

This MR makes gzip use the -n / --noname option to not save timestamps in archive's metadata. This is required for reproducible builds (to avoid getting different timestamps injected into the metadata across different builds).

See https://reproducible-builds.org/

Edited by Robin Candau

Merge request reports

Loading