Skip to content

Commit a2737d1

Browse files
packit-public-repos-botabompard
authored andcommitted
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 4194de8 commit a2737d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
trigger: release
6464

6565
# create an srpm from upstream and submit a scratch build to koji
66-
- job: production_build
66+
- job: upstream_koji_build
6767
trigger: release
6868

6969
# downstream automation

0 commit comments

Comments
 (0)