distrepo will not skip rpm stat by default

There is also CLI option which can override this behaviour if needed.

Related: https://pagure.io/koji/issue/3829
This commit is contained in:
Tomas Kopecek 2023-06-01 15:37:54 +02:00
parent dc3dfc990d
commit ad0566d7cc
4 changed files with 45 additions and 4 deletions

View file

@ -353,6 +353,10 @@ Options:
Directory containing compression dictionaries for use
by zchunk (on builder)
--write-signed-rpms Write a signed rpms for given tag
--skip-stat Skip rpm stat during createrepo (override default
builder setting)
--no-skip-stat Don't skip rpm stat during createrepo (override
default builder setting)
""" % self.progname)