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

Tools for deterministic builds of standalone binaries and distribution archives #121

Merged
merged 6 commits into from
Mar 8, 2019

Commits on Mar 2, 2019

  1. Add pyproject.toml and poetry.lock for poetry dependency manager

    pyproject.toml contains everything that was in the setup.py. The setup.py
    file is replaced with the one that poetry automatically generates.
    achow101 committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    d6b24b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    9e04d1a View commit details
    Browse the repository at this point in the history
  2. Add build scripts and documentation for building releases

    Adds builds scripts that are used to build releases deterministically.
    Also adds documentation that explains the release process and what
    the build scripts do.
    achow101 committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    77257a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a229de0 View commit details
    Browse the repository at this point in the history
  4. Fixes for Windows

    achow101 committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    39a6fc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8931ae0 View commit details
    Browse the repository at this point in the history