Add PACKIT configuration
This commit is contained in:
parent
21eec61940
commit
b3ef0a2a1c
34
.packit.yaml
Normal file
34
.packit.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
specfile_path: unixODBC.spec
|
||||||
|
|
||||||
|
# add or remove files that should be synced
|
||||||
|
files_to_sync:
|
||||||
|
- unixODBC.spec
|
||||||
|
- .packit.yaml
|
||||||
|
|
||||||
|
# name in upstream package repository or registry (e.g. in PyPI)
|
||||||
|
upstream_package_name: unixODBC
|
||||||
|
upstream_project_url: https://github.com/lurcher/unixODBC
|
||||||
|
# downstream (Fedora) RPM package name
|
||||||
|
downstream_package_name: unixODBC
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
- job: pull_from_upstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-branched # rawhide updates are created automatically
|
Loading…
Reference in New Issue
Block a user