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

wavemon: use SOURCE_DATE_EPOCH as BUILD_DATE #5227

Merged
merged 1 commit into from Dec 8, 2017

Commits on Dec 5, 2017

  1. wavemon: use SOURCE_DATE_EPOCH as BUILD_DATE

    Build timestamps prevent reproducible builds [0].
    SOURCE_DATE_EPOCH [1] can replace BUILD_DATE in a
    determinisc way.
    
    [0] https://reproducible-builds.org/docs/timestamps/
    [1] https://reproducible-builds.org/specs/source-date-epoch/
    
    Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
    lynxis committed Dec 5, 2017
    Copy the full SHA
    12203ee View commit details
    Browse the repository at this point in the history