Fix configuration for Packit 1.0.0
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.
This commit is contained in:
parent
809b5792b1
commit
a23f9d6e72
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
specfile_path: koji-osbuild.spec
|
specfile_path: koji-osbuild.spec
|
||||||
|
|
||||||
synced_files:
|
files_to_sync:
|
||||||
- koji-osbuild.spec
|
- koji-osbuild.spec
|
||||||
- .packit.yaml
|
- .packit.yaml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue