Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions etc/kayobe/dnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ dnf_custom_repos_rocky_9:
file: rocky
gpgkey: "{{ rocky_9_gpg_key }}"
gpgcheck: yes
crb:
baseurl: "{{ stackhpc_repo_rocky_9_crb_url }}"
description: "Rocky Linux $releasever - CRB"
file: rocky
gpgkey: "{{ rocky_9_gpg_key }}"
gpgcheck: yes
extras:
baseurl: "{{ stackhpc_repo_rocky_9_extras_url }}"
description: "Rocky Linux $releasever - Extras"
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ stackhpc_pulp_distribution_rpm_development:
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
- name: "rocky-9-crb-development"
repository: Rocky Linux 9 - CRB
base_path: "rocky/9/crb/x86_64/os/development"
base_path: "rocky/9/CRB/x86_64/os/development"
state: present
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
- name: "rocky-9-highavailability-development"
Expand Down Expand Up @@ -954,7 +954,7 @@ stackhpc_pulp_distribution_rpm_production:
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
- name: "rocky-9-crb-production"
repository: Rocky Linux 9 - CRB
base_path: "rocky/9/crb/x86_64/os/production"
base_path: "rocky/9/CRB/x86_64/os/production"
state: present
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
- name: "rocky-9-highavailability-production"
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/rocky-crb-b6a6cecfdf4d93a4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Fixes synchronisation and DNF configuration of the Rocky Linux 9 CRB repository.