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

Print distro in doctor output #19633

Merged
merged 5 commits into from
Jan 19, 2023
Merged

Print distro in doctor output #19633

merged 5 commits into from
Jan 19, 2023

Conversation

zvecr
Copy link
Member

@zvecr zvecr commented Jan 19, 2023

Description

Linux

Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.1
Ψ QMK home: /home/zvecr/qmk_firmware
Ψ Detected Linux (Manjaro Linux).

WSL

Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.1
Ψ QMK home: /home/qmk/qmk_firmware
Ψ Detected Linux (WSL, Debian GNU/Linux 11 (bullseye)).

Msys

Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.1
Ψ QMK home: C:/Users/zvecr/qmk_firmware
Ψ Detected Windows 10 (10.0.22000).
Ψ QMK MSYS version: 1.7.2

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@zvecr zvecr requested a review from a team January 19, 2023 02:53
@github-actions github-actions bot added cli qmk cli command python labels Jan 19, 2023
@fauxpark
Copy link
Member

Vanilla MSYS2 also has an os-release, but it's not that informative:

$ cat os-release
NAME=MSYS2
ID=msys2
PRETTY_NAME="MSYS2"
ID_LIKE="cygwin arch"
HOME_URL="https://www.msys2.org"
BUG_REPORT_URL="https://github.com/msys2/MSYS2-packages/issues"

@zvecr zvecr merged commit 4973950 into develop Jan 19, 2023
omikronik pushed a commit to omikronik/qmk_firmware that referenced this pull request Jan 22, 2023
@fauxpark fauxpark deleted the doctor_distro branch February 9, 2023 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants