From 98822d1528bffdf535571047552652bb53d406da Mon Sep 17 00:00:00 2001 From: Hoshino Lina Date: Tue, 31 Mar 2026 21:04:53 +0900 Subject: [PATCH] Remove reference to fixed bug See packit/packit-service#2537 --- .../non-divergent-dist-git-branches.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/fedora-releases-guide/non-divergent-dist-git-branches.md b/docs/fedora-releases-guide/non-divergent-dist-git-branches.md index 9404bfbf94..cc79d58ef5 100644 --- a/docs/fedora-releases-guide/non-divergent-dist-git-branches.md +++ b/docs/fedora-releases-guide/non-divergent-dist-git-branches.md @@ -41,11 +41,3 @@ git checkout f41; git merge --ff-only rawhide ``` ::: - -:::warning Fast Forwarding multiple commits does not automatically trigger a Koji build (Yet) - -Unfortunately, there is a [bug](https://github.com/packit/packit-service/issues/2537) that prevents Packit from triggering the **Koji build** when more than one commit has been forwarded in a branch. - -You can work around this bug by manually retriggering the Koji build by commenting on the downstream merged pull request with `/packit koji-build`. - -:::