Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
man: fix reproducibility - remove file timestamps
Man pages for kpatch are created via gzip which includes timestamp of original file by default. This means the compressed file will change depending on the time at which the repository was cloned / updated, leading to non-deterministic builds. Pass option to disable this. Signed-off-by: Oleksandr Hnatiuk <[email protected]>
- Loading branch information