doc: remove default createrepo_checksum value from example

createrepo_checksum already defaults to sha256. Remove this setting from
the documented Minimal Example configuration to make it easier to read.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit 39b847094a)
This commit is contained in:
Ken Dreyer 2021-01-22 15:25:48 -07:00 committed by oshyshatskyi
parent 3735aaa443
commit 38789d07ee
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ Minimal Config Example
pkgset_source = "koji"
pkgset_koji_tag = "f23"
# CREATEREPO
createrepo_checksum = "sha256"
# GATHER
gather_method = "deps"
greedy_method = "build"