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

create reproducible tarballs #540

Merged
merged 1 commit into from Aug 2, 2018
Merged

create reproducible tarballs #540

merged 1 commit into from Aug 2, 2018

Conversation

bmwiedemann
Copy link
Contributor

tar's default pax/posix format stores ctime and atime that vary across builds.
ustar format works everywhere and creates more reproducible output.
gzip --no-name causes it to not store a 4-byte UNIX timestamp in .gz header (actually it stores 0)

tar's default pax/posix format stores ctime and atime that vary.
ustar format works everywhere and creates more reproducible output.
gzip --no-name causes it to not store a 4-byte UNIX timestamp in .gz header
@natoscott natoscott merged commit 619b578 into performancecopilot:master Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants