build: Add Packit config
This commit is contained in:
parent
3fcc56806a
commit
cfd53ca36c
1 changed files with 27 additions and 0 deletions
27
.packit.yaml
Normal file
27
.packit.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
copy_upstream_release_description: false
|
||||
# downstream_package_name: foo # not mandatory
|
||||
# upstream_package_name: Foo # not mandatory
|
||||
upstream_project_url: https://gitlab.gnome.org/World/secrets
|
||||
# upstream_tag_template: v{version}
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
# - fedora-development
|
||||
# - fedora-all
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: ["packit", "atim"]
|
||||
allowed_committers: ["packit", "atim"]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
# - epel-9
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
# - epel-9
|
||||
Loading…
Add table
Add a link
Reference in a new issue