Skip to content

Commit

Permalink
Drop foreman- prefix on project names in Copr
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 5, 2023
1 parent 9295bf9 commit 2db7914
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions package_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ copr_projects:
rhel_7: '7'
root_repo_url: https://download.copr.fedorainfracloud.org/results/@theforeman
foreman_staging: "{{ root_repo_url }}/foreman-{{ foreman_version }}-staging"
plugins_staging: "{{ root_repo_url }}/foreman-plugins-{{ foreman_version }}-staging"
katello_staging: "{{ root_repo_url }}/foreman-katello-{{ foreman_version }}-staging"
candlepin_staging: "{{ root_repo_url }}/foreman-candlepin-{{ foreman_version }}-staging"
client_staging: "{{ root_repo_url }}/foreman-client-{{ foreman_version }}-staging"
plugins_staging: "{{ root_repo_url }}/plugins-{{ foreman_version }}-staging"
katello_staging: "{{ root_repo_url }}/katello-{{ foreman_version }}-staging"
client_staging: "{{ root_repo_url }}/client-{{ foreman_version }}-staging"
hosts:
foreman-copr:
copr_project_name: "foreman-{{ foreman_version }}-staging"
Expand All @@ -63,7 +62,7 @@ copr_projects:
- "{{ foreman_staging }}/rhel-{{ rhel_8 }}-x86_64"
comps_file: "{{ inventory_dir }}/comps/comps-foreman-el{{ rhel_8 }}.xml"
plugins-copr:
copr_project_name: "foreman-plugins-{{ foreman_version }}-staging"
copr_project_name: "plugins-{{ foreman_version }}-staging"
copr_project_chroots:
- name: "rhel-{{ rhel_8 }}-x86_64"
modules: "{{ core_modules }}"
Expand All @@ -72,7 +71,7 @@ copr_projects:
- "{{ plugins_staging }}/rhel-{{ rhel_8 }}-x86_64"
comps_file: "{{ inventory_dir }}/comps/comps-foreman-plugins-el{{ rhel_8 }}.xml"
katello-copr:
copr_project_name: "foreman-katello-{{ foreman_version }}-staging"
copr_project_name: "katello-{{ foreman_version }}-staging"
copr_project_chroots:
- name: "rhel-{{ rhel_8 }}-x86_64"
modules: "{{ core_modules }}"
Expand All @@ -81,12 +80,8 @@ copr_projects:
- "{{ plugins_staging }}/rhel-{{ rhel_8 }}-x86_64"
- "{{ katello_staging }}/rhel-{{ rhel_8 }}-x86_64"
comps_file: "{{ inventory_dir }}/comps/comps-katello-el{{ rhel_8 }}.xml"
candlepin-copr:
copr_project_name: "foreman-candlepin-{{ foreman_version }}-staging"
copr_project_chroots:
- name: "rhel-{{ rhel_8 }}-x86_64"
client-copr:
copr_project_name: "foreman-client-{{ foreman_version }}-staging"
copr_project_name: "client-{{ foreman_version }}-staging"
copr_project_chroots:
- name: "rhel-{{ rhel_9 }}-x86_64"
comps_file: "{{ inventory_dir }}/comps/comps-foreman-client-el{{ rhel_9 }}.xml"
Expand Down

0 comments on commit 2db7914

Please sign in to comment.