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 UPSTREAM_CODENAME for Debian 12+ #519

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Fix UPSTREAM_CODENAME for Debian 12+ #519

merged 1 commit into from
Sep 19, 2022

Conversation

natanjunges
Copy link
Contributor

  • Replace fatal with warn message when OS_ID is not supported;
  • Fallback to /usr/lib/os-release when /etc/os-release is not available;
  • Improve parsing of ID_LIKE;
  • Fallback to /etc/debian_version when neither UBUNTU_CODENAME, DEBIAN_CODENAME nor VERSION_CODENAME are found in os-release (fixes deb-get not working on debian bookworm #487).

Replace fatal with warn message when OS_ID is not supported, fallback to /usr/lib/os-release when /etc/os-release is not available, improve parsing of ID_LIKE, fallback to /etc/debian_version when neither UBUNTU_CODENAME, DEBIAN_CODENAME nor VERSION_CODENAME is found in os-release
@CuriousApe2020
Copy link

When will this be merged?

@flexiondotorg flexiondotorg merged commit bbfa2ce into wimpysworld:main Sep 19, 2022
@natanjunges natanjunges deleted the fix-uptream_codename branch September 19, 2022 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deb-get not working on debian bookworm
3 participants