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:
parent
ba64aa79fa
commit
cb9670a8db
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue