add .packit.yaml
This commit is contained in:
parent
26029b8a9e
commit
1e72043e0d
29
.packit.yaml
Normal file
29
.packit.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
specfile_path: libphonenumber.spec
|
||||
|
||||
# name in upstream package repository or registry (e.g. in PyPI)
|
||||
upstream_package_name: libphonenumber
|
||||
upstream_project_url: https://github.com/google/libphonenumber
|
||||
# downstream (Fedora) RPM package name
|
||||
downstream_package_name: libphonenumber
|
||||
issue_repository: https://src.fedoraproject.org/rpms/libphonenumber
|
||||
|
||||
upload_sources: true
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: ["packit", "sergiomb"]
|
||||
allowed_committers: ["packit", "sergiomb"]
|
||||
dist_git_branches:
|
||||
- fedora-latest
|
||||
- fedora-rawhide
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-latest # rawhide updates are created automatically
|
Loading…
Reference in New Issue
Block a user