From e95b65b0a27261a1c0ef18d1803e2faaa4d2dd31 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 15 2018 22:23:01 +0000 Subject: Re-enable the sqlite databases in repodata. dnf does not use these, but mdapi does, so it's worth it to us to just keep shipping them for now at least until mdapi has some other way to get repodata. Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index ea43644..dfdfdc3 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']