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

Remove support for openSUSE Leap 42.2 #1262

Merged
merged 1 commit into from
Jul 12, 2018

Conversation

rallytime
Copy link
Contributor

Leap 42.2 is EOL and has been replaced by 42.3

This commit also simplifies some of the logic in checking for suse versions.

openSUSE 13.X is no longer supported and hasn't been for some time, so we don't need to worry about checking for those versions any longer. The script will bail out at the __check_end_of_life_versions functions early on in the install process.

I will have a couple more changes coming in today for some other suse support items, but this is a good start and is a discrete change that can be it's own PR.

@noelmcloughlin You've been working in this space recently. Can you review this one?

Leap 42.2 is EOL and has been replaced by 42.3

This commit also simplifies some of the logic in checking for suse versions.

openSUSE 13.X is no longer supported and hasn't been for some time, so we
don't need to worry about checking for those versions any longer. The script
will bail out at the `__check_end_of_life_versions` functions early on in the
install process.
@noelmcloughlin
Copy link
Contributor

LTGM!! Improvement over my conservatives update in #1244. Approved!

btw, I don't have write access on this repo.

@@ -266,7 +266,7 @@ Red Hat family
SUSE family
~~~~~~~~~~~

- openSUSE Leap 42.2/42.3
- openSUSE Leap 42.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess Leap releases 15.0 and 15.1 are missing here, since the script attempts to proceed on them when detected.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I am working on 15 support today. @noelmcloughlin Made some improvements there already, but I am making it a bit more robust with git support, etc. So I will update the README about that in another PR.

@rallytime rallytime merged commit 8f2e180 into saltstack:develop Jul 12, 2018
@rallytime rallytime deleted the remove-42.2-leap branch July 12, 2018 13:17
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.

3 participants