doc: Document options for media checksums
Pungi does not really care about the values as long as hashlib supports them. Relates: #591 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
460a8dea0e
commit
532b6b1fbc
@ -1334,8 +1334,9 @@ Media Checksums Settings
|
||||
========================
|
||||
|
||||
**media_checksums**
|
||||
(*list*) -- list of checksum types to compute, allowed values are ``md5``,
|
||||
``sha1`` and ``sha256``
|
||||
(*list*) -- list of checksum types to compute, allowed values are anything
|
||||
supported by Python's ``hashlib`` module (see `documentation for details
|
||||
<https://docs.python.org/2/library/hashlib.html>`_).
|
||||
|
||||
**media_checksum_one_file**
|
||||
(*bool*) -- when ``True``, only one ``CHECKSUM`` file will be created per
|
||||
|
Loading…
Reference in New Issue
Block a user