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

Please make CDBISDN_DATE ignore timezone #55

Merged
merged 1 commit into from Jan 12, 2018

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Jan 11, 2018

Whilst working on the Reproducible Builds effort [0], we noticed
that hwinfo could not be built reproducibly.

Whilst it uses SOURCE_DATE_EPOCH, it varies depending on the timezone
via ctime(&t) instead of asctime(gmtime(&t)).

[0] https://reproducible-builds.org/

Signed-off-by: Chris Lamb chris@chris-lamb.co.uk

Whilst working on the Reproducible Builds effort [0], we noticed
that hwinfo could not be built reproducibly.

Whilst it uses SOURCE_DATE_EPOCH, it varies depending on the timezone
via ctime(&t) instead of asctime(gmtime(&t)).

 [0] https://reproducible-builds.org/

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
@lamby
Copy link
Contributor Author

lamby commented Jan 11, 2018

This is being tracked in Debian via https://bugs.debian.org/886952

@wfeldt wfeldt merged commit 7441804 into openSUSE:master Jan 12, 2018
@lamby lamby deleted the reproducible-build branch January 12, 2018 11:42
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