dynup / kpatch

kpatch - live kernel patching
GNU General Public License v2.0
1.49k stars 304 forks source link

man: fix reproducibility - remove file timestamps #1412

Closed ohnatiuk1 closed 2 months ago

ohnatiuk1 commented 2 months ago

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.