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

internal/build: add a timestamp to the tar archive folder #25290

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

karalabe
Copy link
Member

When creating the release archive tarballs, we place the files into a nested folder (e.g. geth-linux-amd64-1.10.20-8f2416a8). When creating this folder inside the tarball, the modification time is not set and defaults to the 0 unix timestamp, which certain tools warn about. This PR fixes it by actually setting a timestamp on the directory header inside the tarball.

Fixes #25263.

@karalabe karalabe added this to the 1.10.21 milestone Jul 12, 2022
@karalabe karalabe merged commit d740d6e into ethereum:master Jul 12, 2022
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Jul 12, 2022
internal/build: add a timestamp to the tar archive folder
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.

Pre-builds releases with a strange timestamp
1 participant