Week 38 (September 17th – September 23rd)
- Packit now allows to configure mock bootstrap feature setup of Copr projects with a new
bootstrap
configuration option. (packit#2411)
bootstrap
configuration option. (packit#2411)--csmock-args
CLI option and csmock_args
configuration. (packit#2402)dist_git_branches
as in this example to utilise this functionality:{
"rawhide": {
"fast_forward_merge_into": ["f40"]
},
"fedora-stable": {}
}
pull-from-upstream
is now supported also without specifying upstream_project_url
in the configuration. For such cases, the upstream repository will not be detected and cloned during release syncing. (packit#2398)dist-git init
command now allows upstream-git-url
not to be specified. (packit#2387)/packit koji-tag
comment command. (packit-service#2507)epel-10
is now correctly mapped to a centos-stream-10
when running tests. (packit-service#2508)PACKIT_TAG_NAME
to the Testing Farm run when it's triggered by a release event.
Thanks @Frawless.
(packit-service#2494)packit pull-from-upstream
now allows omitting upstream_project_url
in the configuration in which case the interaction with the upstream repository is skipped during release syncing. (packit#2354)sync_test_job_statuses_with_builds
that controls whether test job statuses are updated together with their corresponding build job statuses. When set to false
, while tests jobs are waiting for their corresponding build jobs to finish, their statuses remain in pending state and only build job statuses are updated. (packit-service#2470)sync_test_job_statuses_with_builds
that controls whether test job statuses are updated together with their corresponding build job statuses. When set to false
, while tests jobs are waiting for their corresponding build jobs to finish, their statuses remain in pending state and only build job statuses are updated. (packit-service#2470)