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

Five PRs in one: Update to Python 3, rely on PATH, rename script, fix a typo, add gerdriesselmann's fix from issue #2 #3

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    a044d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da003b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed28147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43a5cee View commit details
    Browse the repository at this point in the history
  5. Waltz 2to3 over that script

    even if that results in some questionable double braces for
    the print statements
    hacklschorsch committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    67e9cad View commit details
    Browse the repository at this point in the history
  6. Fix speling

    hacklschorsch committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b845de8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Rely on system PATH to find MegaCli64 utility

    The [`subprocess.check_output` docs](https://docs.python.org/3/library/subprocess.html#subprocess.check_output) say that using the system's PATH entirely possible just by using a bare command (no slashes).
    hacklschorsch authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    9536933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7775a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    c4c4ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ebe103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e76300c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    2872bf3 View commit details
    Browse the repository at this point in the history