From 8c78261ed5ecda2186f44e524d73017b2fb8fde7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 15 Oct 2018 15:28:54 -0700 Subject: [PATCH] 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 --- fedora.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora.conf b/fedora.conf index c5cd180..650b5d5 100644 --- a/fedora.conf +++ b/fedora.conf @@ -81,6 +81,8 @@ repoclosure_backend = 'dnf' # CREATEREPO createrepo_deltas = False +createrepo_database = True +createrepo_use_xz = True # CHECKSUMS media_checksums = ['sha256']