Skip to main content

6 posts tagged with "September"

View All Tags

· One min read

Week 38 (September 15th – September 21st)​

  • New skip_install option for test jobs to omit automatic installation of Copr packages on Testing Farm runner. (packit#2776)
  • There are also improvements to /packit help from an external contributor @burakeyler. (packit-service#3186)
  • Status.get_downstream_prs() now uses itertools.islice() to consume only the required number of PRs from the Iterable returned by ForgejoProject.get_pr_list(), avoiding loading all PRs into memory. (packit#2771)

· One min read

Week 36 (September 3rd – September 9th)​

  • Packit now supports passing custom arguments to various static analyzers through --csmock-args CLI option and csmock_args configuration. (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_branches as in this example to utilise this functionality:
{
"rawhide": {
"fast_forward_merge_into": ["f40"]
},
"fedora-stable": {}
}

(packit-service#2478)