From afa7d860b1c1bf0dbe8ee03cdb20fe6d4d06894c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 7 Jul 2026 14:13:57 +0200 Subject: [PATCH] Add blog post for week 27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- weekly/2026/week-27.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 weekly/2026/week-27.md diff --git a/weekly/2026/week-27.md b/weekly/2026/week-27.md new file mode 100644 index 0000000000..ac6b4a322e --- /dev/null +++ b/weekly/2026/week-27.md @@ -0,0 +1,18 @@ +--- +title: Week 27 in Packit +date: 2026-07-07 +authors: nforro +tags: + - 2026-July + - 2026 + - July +--- + +## Week 27 (July 1st – July 7th) + +- When a package is configured to consume mutiple release streams and release-monitoring.org detects + multiple releases at the same time, if a pull-from-upstream job run for one released version fails, + only that one is retried and the rest are unaffected and properly processed. Before this fix + it could happen that a failed job run for one released version could prevent other released versions + from being processed at all. + ([packit-service#3147](https://github.com/packit/packit-service/pull/3147))