Re: Issue with creating an archive with reproducible content

2024-05-01 Thread Jan-Benedict Glaw
On Sat, 2024-04-27 21:23:37 +0200, Jan-Benedict Glaw wrote: > I'm trying to generate a reproducible archive of a directory > contianing a number of files using tar 1.34; there are just [...] > It boils down to a call like this: > > tar --sort=name

Re: Issue with creating an archive with reproducible content

2024-04-27 Thread Jan-Benedict Glaw
On Sat, 2024-04-27 21:23:37 +0200, Jan-Benedict Glaw wrote: [...] > tar --sort=name > \ > --mtime="@${SOURCE_DATE_EPOCH:-$(date +%s)}" >

Issue with creating an archive with reproducible content

2024-04-27 Thread Jan-Benedict Glaw
Hi! I'm trying to generate a reproducible archive of a directory contianing a number of files using tar 1.34; there are just directories and files, no device nodes or stuff like that. That archive (with a completely bit-identical tree to be archived) is once generated on an ext4 filesystem, and on