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:
Kevin Fenzi 2018-10-15 15:28:54 -07:00
parent c2fe8784d8
commit 8c78261ed5

View File

@ -81,6 +81,8 @@ repoclosure_backend = 'dnf'
# CREATEREPO
createrepo_deltas = False
createrepo_database = True
createrepo_use_xz = True
# CHECKSUMS
media_checksums = ['sha256']