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

Fix Armbian release info #366

Prev Previous commit
Next Next commit
Keep _DISTRO_RELEASE_BASENAMES sorted alphabetically
  • Loading branch information
HorlogeSkynet committed Mar 13, 2024
commit 8cfc704bc8e945a5ab339f036605dcce3e00bec3
2 changes: 1 addition & 1 deletion src/distro/distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class InfoDict(TypedDict):
"SuSE-release",
"altlinux-release",
"arch-release",
"armbian-release",
"base-release",
"centos-release",
"fedora-release",
Expand All @@ -141,7 +142,6 @@ class InfoDict(TypedDict):
"rocky-release",
"sl-release",
"slackware-version",
"armbian-release",
]

# Base file names to be ignored when searching for distro release file
Expand Down