Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ actions:
- bash -c 'sed -i "/global release/a%global nightly ${PACKIT_RPMSPEC_RELEASE:1}" rubygem-katello.spec'

jobs:
- job: copr_build
- &copr
job: copr_build
trigger: pull_request
targets:
rhel-9:
Expand All @@ -39,6 +40,12 @@ jobs:
- https://yum.theforeman.org/katello/nightly/katello/el9/x86_64/
module_hotfixes: true

- <<: *copr
trigger: commit
branch: master
owner: '@theforeman'
project: develop

srpm_build_deps:
- wget
- rubygems