Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions weekly/2026/week-38.md
Original file line number Diff line number Diff line change
@@ -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))
Loading