From 85472f8683992ef0d363a00cd69894edc9c91e81 Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Aug 18 2021 08:04:51 +0000 Subject: Disable createrepo cache The cache can't be reused as odcs uses a unique numeric id in release_short which is part of the cache dir. JIRA: RHELCMP-6329 Signed-off-by: Haibo Lin --- diff --git a/server/conf/pungi.conf b/server/conf/pungi.conf index b1f5967..6c2d45c 100644 --- a/server/conf/pungi.conf +++ b/server/conf/pungi.conf @@ -141,6 +141,7 @@ gather_lookaside_repos = [ # CREATEREPO createrepo_c = True createrepo_checksum = 'sha256' +createrepo_enable_cache = False # CHECKSUMS media_checksums = ['sha256']