debian-koji-osbuild/.packit.yaml
Ondřej Budai 18c24c431b packit: Enable Bodhi updates for unstable Fedoras
As we don't only want to get Bodhi updates for the stable releases, but
also the ones still in development, we need to use 'fedora-branched'.

See https://packit.dev/docs/configuration/#aliases and
82d4fbbb4e
2023-02-02 18:58:46 +01:00

39 lines
779 B
YAML

# https://packit.dev/docs/configuration/
specfile_path: koji-osbuild.spec
synced_files:
- koji-osbuild.spec
- .packit.yaml
upstream_package_name: koji-osbuild
downstream_package_name: koji-osbuild
copy_upstream_release_description: true
upstream_tag_template: v{version}
actions:
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
jobs:
- job: propose_downstream
trigger: release
metadata:
dist_git_branches:
- fedora-all
- epel-8
- epel-9
- job: koji_build
trigger: commit
metadata:
dist_git_branches:
- fedora-all
- epel-8
- epel-9
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched # rawhide updates are created automatically
- epel-8
- epel-9