Skip to content
New issue

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

ostree export should zero out mtimes in tarball #492

Open
alexlarsson opened this issue Sep 6, 2016 · 2 comments
Open

ostree export should zero out mtimes in tarball #492

alexlarsson opened this issue Sep 6, 2016 · 2 comments

Comments

@alexlarsson
Copy link
Member

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.

@cgwalters
Copy link
Member

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);.

Where were you seeing this?

@alexlarsson
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants