Skip to content

Commit

Permalink
Fix configuration for Packit 1.0.0 (#23)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
packit-public-repos-bot authored Dec 10, 2024
1 parent ff37d7f commit 136d3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packit_instances: ["stg", ]
specfile_path: python-knx-stack.spec

# add or remove files that should be synced
synced_files:
files_to_sync:
- python-knx-stack.spec
- .packit.yaml

Expand Down

0 comments on commit 136d3ce

Please sign in to comment.