Week 36 (September 3rd – September 9th)
- Packit now supports passing custom arguments to various static analyzers through
--csmock-argsCLI option andcsmock_argsconfiguration. (packit#2402) - When syncing a new release, Packit can now avoid diverging git branches by reusing the commit from one branch when opening pull requests into other branches. (These pull requests can be merged in fast-forward mode.)
Use the new syntax for
dist_git_branchesas in this example to utilise this functionality:
{
"rawhide": {
"fast_forward_merge_into": ["f40"]
},
"fedora-stable": {}
}
