Skip to content

Commit

Permalink
feat: Added basic configuration for Packit
Browse files Browse the repository at this point in the history
* Card ID: CCT-740
* Make builds on all fedoras and Centos Stream 10 ATM
  • Loading branch information
jirihnidek authored and ptoscano committed Nov 15, 2024
1 parent 9f8f921 commit 04c1bee
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
upstream_package_name: subscription-manager
downstream_package_name: subscription-manager
specfile_path: subscription-manager.spec
upstream_tag_template: "subscription-manager-{version}-1"

jobs:
- job: copr_build
trigger: pull_request
targets:
- centos-stream-10
- fedora-all

- job: copr_build
trigger: commit
branch: main
owner: "@yggdrasil"
project: latest
targets:
- centos-stream-10
- fedora-all

0 comments on commit 04c1bee

Please sign in to comment.