doc: improve signed packages retry docs
Reword the signed_packages_retries and signed_packages_wait configuration option documentation to use the active voice. This makes it easier to understand who is doing what in a signing workflow. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
parent
8a2d0162d9
commit
2a679dcb81
@ -582,15 +582,16 @@ Options
|
|||||||
in your new compose.
|
in your new compose.
|
||||||
|
|
||||||
**signed_packages_retries** = 0
|
**signed_packages_retries** = 0
|
||||||
(*int*) -- In automated workflows a compose may start before signed
|
(*int*) -- In automated workflows, you might start a compose before Koji
|
||||||
packages are written to disk. In such case it may make sense to wait for
|
has completely written all signed packages to disk. In this case you may
|
||||||
the package to appear on storage. This option controls how many times to
|
want Pungi to wait for the package to appear in Koji's storage. This
|
||||||
retry looking for the signed copy.
|
option controls how many times Pungi will retry looking for the signed
|
||||||
|
copy.
|
||||||
|
|
||||||
**signed_packages_wait** = 30
|
**signed_packages_wait** = 30
|
||||||
(*int*) -- Interval in seconds for how long to wait between attemts to find
|
(*int*) -- Interval in seconds for how long to wait between attempts to
|
||||||
signed packages. This option only makes sense when
|
find signed packages. This option only makes sense when
|
||||||
``signed_packages_retries`` is set higher than to 0.
|
``signed_packages_retries`` is set higher than 0.
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
Loading…
Reference in New Issue
Block a user