This commit fixes the configuration for the forthcoming Packit 1.0.0. See [our blog post](https://packit.dev/posts/packit_1_0_0_action_required) for more details. - Job type `build` has been changed to `copr_build`. - Job type `production_build` has been changed to `upstream_koji_build`. - Key `upstream_project_name` has been changed to `upstream_package_name`. - Key `synced_files` has been changed to `files_to_sync`. Please review and merge me before January 2025 otherwise packit-service jobs will fail because of an invalid configuration.
39 lines
780 B
YAML
39 lines
780 B
YAML
# https://packit.dev/docs/configuration/
|
|
|
|
specfile_path: koji-osbuild.spec
|
|
|
|
files_to_sync:
|
|
- 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
|