Skip to content

Commit

Permalink
Fixes #38020 - Add RHEL 10 recommended repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Nov 19, 2024
1 parent 74d6613 commit 9524adb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions webpack/redux/actions/RedHatRepositories/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ const repoTypeSearchQueryMap = {
};

const recommendedRepositoriesRHEL = [
'rhel-10-for-x86_64-baseos-rpms',
'rhel-10-for-x86_64-baseos-kickstart',
'rhel-10-for-x86_64-baseos-rpms',
'rhel-10-for-x86_64-baseos-kickstart',
'rhel-10-for-x86_64-appstream-rpms',
'rhel-10-for-x86_64-appstream-kickstart',
'rhel-10-for-x86_64-baseos-eus-rpms',
'rhel-10-for-x86_64-appstream-eus-rpms',
'rhel-9-for-x86_64-baseos-rpms',
'rhel-9-for-x86_64-baseos-kickstart',
'rhel-9-for-x86_64-appstream-rpms',
Expand All @@ -27,6 +35,7 @@ const recommendedRepositoriesRHEL = [
];

const recommendedRepositoriesSatTools = [
'satellite-client-6-for-rhel-10-x86_64-rpms',
'satellite-client-6-for-rhel-9-x86_64-rpms',
'satellite-client-6-for-rhel-8-x86_64-rpms',
'rhel-7-server-els-satellite-client-6-rpms',
Expand Down

0 comments on commit 9524adb

Please sign in to comment.