Skip to content

Commit 2f7418e

Browse files
committed
Fix CRB repository mirror URL
The Rocky Linux 9 CRB repository lives upstream at /pub/rocky/9/CRB, but it was getting mirrored to /pulp/content/rocky/9/crb, which was not matching the location defined with stackhpc_repo_rocky_9_crb_url.
1 parent 6237b5d commit 2f7418e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ stackhpc_pulp_distribution_rpm_development:
755755
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
756756
- name: "rocky-9-crb-development"
757757
repository: Rocky Linux 9 - CRB
758-
base_path: "rocky/9/crb/x86_64/os/development"
758+
base_path: "rocky/9/CRB/x86_64/os/development"
759759
state: present
760760
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
761761
- name: "rocky-9-highavailability-development"
@@ -954,7 +954,7 @@ stackhpc_pulp_distribution_rpm_production:
954954
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
955955
- name: "rocky-9-crb-production"
956956
repository: Rocky Linux 9 - CRB
957-
base_path: "rocky/9/crb/x86_64/os/production"
957+
base_path: "rocky/9/CRB/x86_64/os/production"
958958
state: present
959959
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
960960
- name: "rocky-9-highavailability-production"

0 commit comments

Comments
 (0)