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

[Bug]: Script: incorrect name of ubuntu release in distro-plugins/ubuntu-lts.sh and distro-plugins/ubuntu-oldlts.sh #398

Closed
TheKingFireS opened this issue Mar 2, 2024 · 0 comments

Comments

@TheKingFireS
Copy link
Contributor

Problem description

I don't know if this is right type to report, but there are incorrect names in that files

ubuntu-lts.sh:

DISTRO_NAME="Ubuntu (23.04 LTS)"
DISTRO_COMMENT="LTS release (jammy). Not available for x86 32-bit (i686) CPUs."

Meanwhile, Jammy is codename for 22.04 LTS, not 23.04 (Lunar). Also 23.04 is not LTS release.

ubuntu-oldlts.sh:

DISTRO_NAME="Ubuntu (22.04 LTS)"
DISTRO_COMMENT="Previous LTS release (focal). Not available for x86 32-bit (i686) CPUs."

And finally, Focal is codename for 20.04 LTS, not 22.04 LTS.\

To avoid future mistakes, you can read Ubuntu's official wiki about codename and and Ubuntu's website about release cycle.

What steps will reproduce the bug?

Incorrect names of Ubuntu releases.

What is the expected behavior?

Actual correct names of Ubuntu releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant