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
39 lines
779 B
YAML
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
|