Skip to content

Commit

Permalink
Add ability to manage a Copr project
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Apr 18, 2023
1 parent d6aa864 commit 9f70280
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/fixtures/testrepo/upstream/package_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,23 @@ repoclosures:
repoclosure_target_repos:
rhel7:
- el7-katello

copr_projects:
vars:
copr_project_user: 'example'
hosts:
foreman:
copr_project_name: "foreman"
copr_project_chroots:
- name: epel-7-x86_64
external_repos:
- http://mirror.centos.org/centos/7/sclo/x86_64/rh/
buildroot_packages:
- rh-ruby24-build
- scl-utils-build
client:
copr_project_name: "foreman-client"
copr_project_chroots:
- name: rhel-9-x86_64
- name: rhel-8-x86_64
- name: rhel-7-x86_64

0 comments on commit 9f70280

Please sign in to comment.