From cb9670a8db0f5d5209058ffd4ef485cee4f5f7c3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 28 2025 18:00:55 +0000 Subject: 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 --- diff --git a/modules/ROOT/pages/Package_Update_Guide.adoc b/modules/ROOT/pages/Package_Update_Guide.adoc index 989972a..6081f00 100644 --- a/modules/ROOT/pages/Package_Update_Guide.adoc +++ b/modules/ROOT/pages/Package_Update_Guide.adoc @@ -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 ` to ensure +Use `koji wait-repo --request --build ` 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