This will create new PR for dist-git whenever upstream release new version. And when PR is merged, it will trigger a build in Koji for rawhide.
16 lines
387 B
YAML
16 lines
387 B
YAML
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
upstream_project_url: https://github.com/fontforge/libuninameslist
|
|
copy_upstream_release_description: false
|
|
|
|
jobs:
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- rawhide
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
allowed_committers: ['packit']
|
|
dist_git_branches:
|
|
- rawhide
|