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

Handle failure to detect the distribution in test_parse_config() #2923

Merged
merged 1 commit into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. Handle failure to detect the distribution in test_parse_config()

    If /usr/lib/os-release isn't available, we can't detect the current
    distribution, so let's make sure we handle that scenario as well by
    checking for Distribution.custom instead of None.
    
    Fixes systemd#2921
    DaanDeMeyer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8012313 View commit details
    Browse the repository at this point in the history