From 4687af1c80823c6ea1e0aa52a2250ad7d0520fb4 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Mon, 26 Jan 2026 16:44:26 +0100 Subject: [PATCH] Add blog post for week 4 in 2026 --- weekly/2026/week-4.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 weekly/2026/week-4.md diff --git a/weekly/2026/week-4.md b/weekly/2026/week-4.md new file mode 100644 index 0000000000..9cfeb9c85b --- /dev/null +++ b/weekly/2026/week-4.md @@ -0,0 +1,14 @@ +--- +title: Week 4 in Packit +date: 2026-01-26 +authors: lbarczio +tags: + - 2026-January + - 2026 + - January +--- + +## Week 4 (January 20th – January 26th) + +- Testing jobs running against dist-git PRs now have the `dist-git-branch` context pointing to the target branch of the PR. ([packit-service#2935](https://github.com/packit/packit-service/pull/2935)). On `epel10.y` dist-git PRs they now use the `CentOS Stream 10` Testing Farm compose, same as `epel10`. ([packit-service#2953](https://github.com/packit/packit-service/pull/2953)) +- Packit now supports the `--package` parameter, which can be used when retriggering jobs in monorepositories via comments. The parameter is intended to specify the package, for which to run specified jobs. ([packit-service#2850](https://github.com/packit/packit-service/pull/2850))