From bb702be5fd57f838354dc326dbb1bcadd23fa3b6 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 22 Sep 2026 00:00:25 +0200 Subject: [PATCH] chore(weekly): add blogpost for 38th week Fixes packit/agile#1206 Signed-off-by: Matej Focko --- weekly/2026/week-38.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 weekly/2026/week-38.md diff --git a/weekly/2026/week-38.md b/weekly/2026/week-38.md new file mode 100644 index 0000000000..1cb6bd7716 --- /dev/null +++ b/weekly/2026/week-38.md @@ -0,0 +1,19 @@ +--- +title: Week 38 in Packit +date: 2026-09-21 +authors: mfocko +tags: + - 2026-September + - 2026 + - September +--- + +## 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](https://github.com/packit/packit/pull/2776)) +- There are also improvements to `/packit help` from an external contributor + [@burakeyler](https://github.com/burakeyler). ([packit-service#3186](https://github.com/packit/packit-service/pull/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](https://github.com/packit/packit/pull/2771))