Add packit config
This commit is contained in:
parent
bdba920571
commit
1c6e1bac63
22
packit.yaml
Normal file
22
packit.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
upstream_project_url: https://github.com/candlepin/subscription-manager
|
||||
srpm_build_deps:
|
||||
- tito
|
||||
actions:
|
||||
create-archive:
|
||||
- tito build -o . --tgz
|
||||
- bash -c "ls -1 ./subscription-manager-*.tar.gz"
|
||||
files_to_sync:
|
||||
- subscription-manager.spec
|
||||
jobs:
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-stable
|
Loading…
Reference in New Issue
Block a user