Skip to content

Commit

Permalink
Packit on EL8 & EL9
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos authored and nofaralfasi committed Mar 10, 2024
1 parent 86faa8c commit 3d28ed5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ specfile_path: rubygem-foreman_puppet.spec

# add or remove files that should be synced
files_to_sync:
- rubygem-foreman_puppet.spec
- .packit.yaml
- rubygem-foreman_puppet.spec
- .packit.yaml

# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: foreman_puppet
Expand All @@ -28,11 +28,16 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
centos-stream-8:
rhel-8:
additional_modules: "foreman-devel:el8"
additional_repos:
- http://koji.katello.org/releases/yum/foreman-nightly/el8/x86_64/
- http://yum.theforeman.org/plugins/nightly/el8/x86_64/
- https://yum.theforeman.org/releases/nightly/el8/x86_64/
- https://yum.theforeman.org/plugins/nightly/el8/x86_64/
rhel-9:
additional_modules: "foreman-devel:el9"
additional_repos:
- https://yum.theforeman.org/releases/nightly/el9/x86_64/
- https://yum.theforeman.org/plugins/nightly/el9/x86_64/
module_hotfixes: true

srpm_build_deps:
Expand Down

0 comments on commit 3d28ed5

Please sign in to comment.