Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2781a073 by Philipp Hörist at 2025-02-07T22:13:12+01:00
other: Make builds more reproducable
Fixes #12140
- - - - -
1 changed file:
- make.py
Changes:
=====================================
make.py
=====================================
@@ -96,7 +96,7 @@ def build_man() -> None:
man_out_path = METADATA / f"{man_file_name}.gz"
logging.info("Compress %s >> %s", man_file_name, man_out_path)
- with gzip.open(man_out_path, "wb") as f_out:
+ with gzip.GzipFile(man_out_path, "wb", mtime=0) as f_out:
f_out.write(data)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2781a07343a20bfcd9ed6779ed405b9e0a5dd592
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2781a07343a20bfcd9ed6779ed405b9e0a5dd592
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]