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

Use rust birthday for HeaderMode::Deterministic timestamp #262

Merged
merged 1 commit into from Aug 23, 2021

Commits on Aug 22, 2021

  1. Use rust birthday for HeaderMode::Deterministic timestamp

    As described in rust-lang/crates.io#3859, the current arbitrary
    timestamp of 123456789 leads to Debian packages being auto-rejected due
    to the old timestamp.  This happens for any timestamps before 1975.
    
    Instead of 123456789, use another, more recent arbitrary timestamp --
    the timestamp of the first commit for what would become Rust.
    
    graydon/rust-prehistory@b0fd440
    jamessan committed Aug 22, 2021
    Copy the full SHA
    79c878e View commit details
    Browse the repository at this point in the history