Skip to content

Commit 99b5cb9

Browse files
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.
1 parent e94a47b commit 99b5cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
specfile_path: rpm/dtkcore.spec
55

66
# add or remove files that should be synced
7-
synced_files:
7+
files_to_sync:
88
- rpm/dtkcore.spec
99
- .packit.yaml
1010

0 commit comments

Comments
 (0)