This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official mkinitcpio repository". The branch, master has been updated via 74d5acfa3c33121ed119698080dbcfb79b21e881 (commit) via ca8f13e11d422fa01bc031ff0610442b82ea6b65 (commit) from a3cb799a8f63186b843db6a57da12d74a9320686 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 74d5acfa3c33121ed119698080dbcfb79b21e881 Merge: a3cb799 ca8f13e Author: Giancarlo Razzolini <grazzolini@users.noreply.github.com> Date: Sat Sep 14 01:08:00 2019 -0300 Merge pull request #1 from esotericnonsense/esotericnonsense/reproducible mkinitcpio: Produce reproducible initramfs images commit ca8f13e11d422fa01bc031ff0610442b82ea6b65 Author: Daniel Edgecumbe <git@esotericnonsense.com> Date: Sat Sep 7 11:15:26 2019 +0100 mkinitcpio: Produce reproducible initramfs images We achieve this by stripping timestamps from within the filesystem, and by using a pipeline to strip inodes from the cpio archive. It functions for at least the 'gzip', 'xz', 'bzip2', 'lz4' and 'cat' compressors. The 'lzop' compressor embeds a runtime timestamp. Motivation: https://reproducible-builds.org Signed-off-by: Daniel Edgecumbe <git@esotericnonsense.com> ----------------------------------------------------------------------- Summary of changes: man/mkinitcpio.8.txt | 16 ++++++++++++++++ mkinitcpio | 23 +++++++++++++---------- 2 files changed, 29 insertions(+), 10 deletions(-) hooks/post-receive -- The official mkinitcpio repository