22 lines
513 B
YAML
22 lines
513 B
YAML
|
# See the documentation for more information:
|
||
|
# https://packit.dev/docs/configuration/
|
||
|
|
||
|
specfile_path: man-pages.spec
|
||
|
|
||
|
|
||
|
# name in upstream package repository or registry (e.g. in PyPI)
|
||
|
upstream_package_name: man-pages
|
||
|
# downstream (Fedora) RPM package name
|
||
|
downstream_package_name: man-pages
|
||
|
|
||
|
jobs:
|
||
|
- job: koji_build
|
||
|
trigger: commit
|
||
|
dist_git_branches:
|
||
|
- fedora-all
|
||
|
|
||
|
- job: bodhi_update
|
||
|
trigger: commit
|
||
|
dist_git_branches:
|
||
|
- fedora-stable # rawhide updates are created automatically
|