-
Notifications
You must be signed in to change notification settings - Fork 312
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
[develop] Install kernel-devel for Rocky Linux from vault #5936
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Enrico Usai <[email protected]>
enrico-usai
added
the
skip-changelog-update
Disables the check that enforces changelog updates in PRs
label
Dec 12, 2023
enrico-usai
changed the title
[develop]
[develop] Install kernel-devel for Rocky Linux from vault
Dec 12, 2023
enrico-usai
force-pushed
the
wip/r380
branch
from
December 12, 2023 15:04
2cbe0bd
to
26d0d0c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-3.8 #5936 +/- ##
============================================
Coverage 90.08% 90.08%
============================================
Files 180 180
Lines 15670 15670
============================================
Hits 14117 14117
Misses 1553 1553
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
enrico-usai
force-pushed
the
wip/r380
branch
from
December 12, 2023 15:22
26d0d0c
to
81993ab
Compare
jdeamicis
previously approved these changes
Dec 12, 2023
kernel-devel should be aligned to the installed version. If there is kernel 8.8 we should have kernel-devel 8.8. Without this patch we were installing latest kernel-devel package. We cannot use `--releasever` to install 8.8 version because it is not more available in the repo. Previous releases are moved into a vault area once a new minor release version is available for at least a week. On RHEL8 instead all versions of the packages will remain available. With this patch we're downloading this specific package from vault and installing it if it's not available in the repository for the specific release version. Signed-off-by: Enrico Usai <[email protected]>
Error was: ``` yum update -y Error: Problem: package rocky-repos-8.9-1.6.el8.noarch requires system-release = 8.9-1.6.el8, but none of the providers can be installed - cannot install the best update candidate for package rocky-repos-8.8-1.7.el8.noarch - package rocky-release-8.9-1.6.el8.noarch is filtered out by exclude filtering ``` Signed-off-by: Enrico Usai <[email protected]>
enrico-usai
force-pushed
the
wip/r380
branch
from
December 12, 2023 16:15
2096c69
to
e353a0f
Compare
jdeamicis
approved these changes
Dec 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Cherry pick of: #5935