Package update guide: add --request to koji wait-repo call

Add --request to the recommended koji wait-repo call for doing
side tag builds, needed now we use on-demand repo generation.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-01-28 10:00:55 -08:00
parent ba64aa79fa
commit cb9670a8db

View file

@ -176,8 +176,10 @@ Use 'koji wait-repo f{NEXTOSVER}-build-side-7863' to wait for the build repo to
----
The latter is important if any builds depend on previous ones in the side tag.
Use `koji wait-repo --build <package-nvr> <side-tag>` to ensure
Use `koji wait-repo --request --build <package-nvr> <side-tag>` to ensure
that the respective build is available in the build root for subsequent builds.
Including `--request` is important since Koji switched to on-demand repo generation.
It asks Koji to re-generate the repo immediately if the build is not currently in it.
[#bodhi_update_for_builds_in_a_side_tag]
==== Bodhi update for builds in a side tag