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

Updated EoL date of RL v9.5 since it was obviously wrong #119

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dosenpils
Copy link
Contributor

EoL date for Rocky Linux 9.5 is obviously wrong. Version was released in 11/2024, EoL date is 05/2024.

image

corrected EoL date for RL v9.5
@NeilHanlon
Copy link
Member

Oops! Thanks for this. Could you squash your commits on this PR? I can give instructions if you need (or I can do this for you, if you prefer) -- let me know either way.

@NeilHanlon NeilHanlon self-assigned this Dec 2, 2024
@dosenpils
Copy link
Contributor Author

Since I've never squashed any commits before I'd appreciate some instructions.

@nazunalika
Copy link
Member

This is more of a rebase rather than a squash, but I believe one of these should work for you. @NeilHanlon can correct me if I'm wrong here.

# This rebases on that commit hash specifically before the merge commit.
# The editor will show a "pick" commit and does not need changes.
git rebase -i bd6cffcb9ffe47f8310bb942713c2897dfdc31c8
# Same as above, but assumes the previous commit from the HEAD of the branch
# The editor will show "noop" and does not need changes.
git rebase -i HEAD~1

After one of the above, you can run git push --force and it should update your branch and this PR.

@dosenpils
Copy link
Contributor Author

dosenpils commented Dec 3, 2024

Thank you for your instructions. I rebased it now.

@nazunalika nazunalika merged commit ee3aec2 into rocky-linux:development Dec 3, 2024
@nazunalika
Copy link
Member

Looks good. Thank you for this!

image

@dosenpils dosenpils deleted the development branch December 4, 2024 12:21
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