Change createrepo config options defaults.

CHANGE: createrepo_c is config option now defaults to True.
ACTION: You can safely remove 'createrepo_c = True' from config files.
        Set 'createrepo_c = False' if you need legacy createrepo.

CHANGE: createrepo_checksum config option is now mandatory.
ACTION: Add 'createrepo_checksum = "sha256"' (or "sha") to config files.
This commit is contained in:
Daniel Mach 2015-07-08 08:27:00 -04:00
parent a3d46f5393
commit 90918dc34d
9 changed files with 23 additions and 16 deletions

View file

@ -68,8 +68,7 @@ greedy_method = "build"
# CREATEREPO
# TODO: checksum type - mandatory
createrepo_c = True
createrepo_checksum = "sha256"
# BUILDINSTALL