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:
parent
a3d46f5393
commit
90918dc34d
9 changed files with 23 additions and 16 deletions
|
|
@ -68,8 +68,7 @@ greedy_method = "build"
|
|||
|
||||
|
||||
# CREATEREPO
|
||||
# TODO: checksum type - mandatory
|
||||
createrepo_c = True
|
||||
createrepo_checksum = "sha256"
|
||||
|
||||
|
||||
# BUILDINSTALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue