Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since mtimes don't make sense in ostree repos and a checkout will cause a zeroed mtime we should do the same in the tarball headers.
The text was updated successfully, but these errors were encountered:
We seem to do this today, and AFAICS we've been doing it since the export builtin was introduced - see archive_entry_set_mtime (entry, ts, 0);.
archive_entry_set_mtime (entry, ts, 0);
Where were you seeing this?
Sorry, something went wrong.
I have not looked deeper into this, but in this mail: https://lists.freedesktop.org/archives/xdg-app/2016-September/000396.html I export two branches and compare them, and the mtimes differ. Unclear why though.
No branches or pull requests
Since mtimes don't make sense in ostree repos and a checkout will cause a zeroed mtime we should do the same in the tarball headers.
The text was updated successfully, but these errors were encountered: