Add checksum API

Fixes: https://pagure.io/koji/issue/3627
This commit is contained in:
Jana Cupova 2022-11-29 09:21:41 +01:00 committed by Tomas Kopecek
parent 530de712d8
commit 9bf31de75f
9 changed files with 501 additions and 2 deletions

View file

@ -542,3 +542,15 @@ Host names are listed in both groups because hosts always have an associated use
Set regex for verify a user name and kerberos. User name and kerberos have
in default set up allowed '@' and '/' chars on top of basic name regex
for internal names. When regex string is empty, verifying is disabled.
Default checksums types
^^^^^^^^^^^^^^^^^^^^^^^
We have default checksums types for create rpm checksums.
.. glossary::
RPMDefaultChecksums
Type: string
Default: ``md5 sha256``
Set RPM default checksums type. Default value is set upt to ``md5 sha256``.