Re-enable the sqlite database in repodata and xz compress it.
dnf doesn't use this, but mdapi still does, so re-enable it for now. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c2fe8784d8
commit
8c78261ed5
@ -81,6 +81,8 @@ repoclosure_backend = 'dnf'
|
|||||||
|
|
||||||
# CREATEREPO
|
# CREATEREPO
|
||||||
createrepo_deltas = False
|
createrepo_deltas = False
|
||||||
|
createrepo_database = True
|
||||||
|
createrepo_use_xz = True
|
||||||
|
|
||||||
# CHECKSUMS
|
# CHECKSUMS
|
||||||
media_checksums = ['sha256']
|
media_checksums = ['sha256']
|
||||||
|
Loading…
Reference in New Issue
Block a user