-
Notifications
You must be signed in to change notification settings - Fork 9
NO-JIRA: overrides-c10s: pin kernel to 6.12.0-71 #7
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,17 @@ | |
# we need in the `packages` section. When not needed. Empty or comment out this | ||
# file (except this comment). | ||
|
||
#packages: | ||
|
||
repos: | ||
- c10s-baseos-mirror | ||
- c10s-appstream-mirror | ||
- c10s-kernel-6.12.0-71 | ||
|
||
#packages: | ||
packages-ppc64le: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we usually do a separate file for arch-specifix overrides There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm I used the same pattern as in openshift/os@5e54e65 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
We do for FCOS where we actually use For EL we don't have lockfiles so we have to resort to putting the NVRs in the packages: definition. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. but when we do add overrides.. this would be the place to do it for c10s. If we're having the same problem in RHEL then the Now that we can do conditional-includes we could consider consolidating those 4 files into one. |
||
# https://github.com/openshift/os/issues/1818 | ||
- kernel-6.12.0-71.el10 | ||
- kernel-core-6.12.0-71.el10 | ||
- kernel-modules-6.12.0-71.el10 | ||
- kernel-modules-core-6.12.0-71.el10 | ||
- kernel-modules-extra-6.12.0-71.el10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we'd ever want to pull RPMS from non official places so I don't think we should merge this as is.
I guess the problem is that the CentOS repos don't have older versions of packages in them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh yes:
rhel-coreos-config/c10s-mirror.repo
Lines 1 to 4 in e5e42d5
We can just switch to the mirror versions of the repo for now while we wait. Another option is to add a "fast-track" view into that repo just for the kernel-* package so we can continue to get newer versions of everything else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but I see that over in openshift/os#1818 (comment) it doesn't have every version of the package :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I tried compose and mirror repo URLs before hosting the kernel onto my own fedorapeople.org space.