-
-
Notifications
You must be signed in to change notification settings - Fork 650
Fix RHEL / Fedora arches in signatures #2895
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
Conversation
I am no RHEL expert. @sbluhm is it possible for you to help out here please? |
Codecov Report
@@ Coverage Diff @@
## master #2895 +/- ##
==========================================
- Coverage 46.82% 46.81% -0.02%
==========================================
Files 101 101
Lines 14457 14457
==========================================
- Hits 6770 6768 -2
- Misses 7687 7689 +2
Continue to review full report at Codecov.
|
I am also not an expert. I looked at the CentOS release architectures at https://vault.centos.org/ CentOS 4 release looks correct. Last CentOS 4 Release also supported CentOS 5 and CentOS 6 only seems to support CentOS 7 only supports CentOS 8 only supports There are certainly other SIG builds like arm that are not officially supported. Maybe you can tell me what exactly you are looking for? |
@sbluhm Just double checking what the changes in this PR look like to you. But I guess when the information we want is available easily I can check myself. Thanks a lot for the summary. |
Looking at CentOS only is probable not enough, as CentOS was building only a subset of RHEL supported arches. What I put in the PR above is was I extracted from the release notes. Actually, I started by adding Fedora 35 and RHEL9. Then I noticed arches were off for at least some of the Fedora releases, so I checked all primary and secondary arches for each of them. Then I noticed RHEL 7 was incorrect too and I ended up checking all of RHEL releases, including EOL releases. If that ease things up, I can split the PR in 2 parts: Fedora and supported RHEL releases then EOL RHEL releases. |
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.
LGTM. Thanks for the contribution!
@xavierba It would be great if you could open a PR against the cobbler.github.io repository, so other people can update their signatures when desired. The diff there will be a bit bigger because I hadn't had the time to update them in the last weeks. |
Sure, I can do that. What about merging #2894 in master too, so everything can get in in one go, rather than waiting for 3.3.1 ? |
While looking at adding Fedora 35 and RHEL 9 signatures (#2894), I noticed the arches list for older Fedora and RHEL releases are like ly not correct, so here's a try at fixing this. I'm not sure this is 100% correct for RHEL 4, 5 and 6, so please double check I did not got anything wrong.