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

Ubuntu-22.04 Repo added - Warning about Non-LTS Ubuntu can be removed #1915

Open
Xenion1987 opened this issue Apr 19, 2023 · 1 comment
Open

Comments

@Xenion1987
Copy link

Due to this closed issue (saltstack/salt#62202), the warning * WARN: Non-LTS Ubuntu detected, but stable packages requested. Trying packages for previous LTS release. You may experience problems. can be removed and the fallback variables are not needed anymore for the case "$DISTRO_MAJOR_VERSION" -eq 22

# remove 22 version when salt packages for 22.04 are available
[ "$DISTRO_MAJOR_VERSION" -eq 21 ] || [ "$DISTRO_MAJOR_VERSION" -eq 22 ]; then
echowarn "Non-LTS Ubuntu detected, but stable packages requested. Trying packages for previous LTS release. You may experience problems."
UBUNTU_VERSION=20.04
UBUNTU_CODENAME="focal"

@Xenion1987
Copy link
Author

Oh, there is already a PR for this issue: #1914

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

No branches or pull requests

1 participant