doc: explain tradeoffs with pkgset_allow_reuse

Explain why someone would want to enable or disable the
pkgset_allow_reuse option.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
Ken Dreyer 2020-05-15 12:55:13 -06:00
parent d3acb0fa9e
commit 5ed5646bca
1 changed files with 5 additions and 1 deletions

View File

@ -507,7 +507,11 @@ Options
**pkgset_allow_reuse** = True
(*bool*) -- When set to ``True``, *Pungi* will try to reuse pkgset data
from the old composes specified by ``--old-composes``.
from the old composes specified by ``--old-composes``. When enabled, this
option can speed up new composes because it does not need to calculate the
pkgset data from Koji. However, if you block or unblock a package in Koji
(for example) between composes, then Pungi may not respect those changes
in your new compose.
Example