Skip to content

Commit

Permalink
Manage Copr projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed May 2, 2023
1 parent 35f8408 commit 2ce9cb6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,31 @@ all:
dist: '.el8'
macros:
foremandist: "{{ foremandist }}"
copr_project_user: "ehelms"
children:
packages: {}
repoclosures: {}
copr_projects: {}

copr_projects:
hosts:
foreman-copr:
copr_project_name: "foreman-{{ foreman_version }}"
copr_project_chroots:
- name: rhel-8-x86_64
plugins-copr:
copr_project_name: "foreman-plugins-{{ foreman_version }}"
copr_project_chroots:
- name: rhel-8-x86_64
katello-copr:
copr_project_name: "foreman-katello-{{ foreman_version }}"
copr_project_chroots:
- name: rhel-8-x86_64
client-copr:
copr_project_name: "foreman-client-{{ foreman_version }}"
copr_project_chroots:
- name: rhel-8-x86_64
- name: rhel-7-x86_64

packages:
vars:
Expand Down Expand Up @@ -438,6 +460,8 @@ yggdrasil_client_packages:

foreman_client_packages:
vars:
build_package_build_system: copr
copr_project_name: "{{ hostvars['client-copr']['copr_project_name'] }}"
package_base_dir: 'packages/client/'
koji_tags:
- "{{ all_tags['foreman-client-el9'] }}"
Expand Down

0 comments on commit 2ce9cb6

Please sign in to comment.