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

Do not store build host name #3312

Merged
merged 3 commits into from Feb 28, 2019
Merged

Do not store build host name #3312

merged 3 commits into from Feb 28, 2019

Commits on Feb 28, 2019

  1. Do not store build host name

    if reproducible builds are wanted.
    See https://reproducible-builds.org/ for why this is good.
    
    This affected scons itself, which differed in the line
    
        __buildsys__ = "..."
    bmwiedemann committed Feb 28, 2019
    Copy the full SHA
    32201ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46fe477 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    bmwiedemann committed Feb 28, 2019
    Copy the full SHA
    060f964 View commit details
    Browse the repository at this point in the history