[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: posix atime/ctime changes despite mtime being set
From: |
Sergey Poznyakoff |
Subject: |
Re: posix atime/ctime changes despite mtime being set |
Date: |
Wed, 02 Aug 2023 07:14:14 +0200 |
User-agent: |
MH (GNU Mailutils 3.15) |
Hi Piotr,
> do these tar commands in here
> https://git.yoctoproject.org/poky/tree/meta/classes-global/sstate.bbclass#n859
> may somehow be removing timestamps?
Output archive format is not specified, therefore the default (gnu) is
used. This format keeps timestamps with second precision. That's what
we have suspected from the very beginning.
If you intend to create reproducible archives, the right course of
action would be to invoke tar with the same set of options.
Regards,
Sergey