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).
Edited by Robin Candau