From 39b847094a98080ae9b7f9422fcefa34cc17411d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 22 Jan 2021 15:25:48 -0700 Subject: [PATCH] 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 --- doc/configuration.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index d4abb0d6..d1175baa 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -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"