Skip to content

Commit

Permalink
Fix CRB repository mirror URL
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
priteau committed Apr 6, 2023
1 parent 6237b5d commit 2f7418e
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2f7418e

Please sign in to comment.