From 0b70e6157a6ed2f0d9da82f89006d2415b8005d4 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Fri, 10 Jun 2022 16:22:30 -0700 Subject: [PATCH] all was missed, it can be hashed later --- iso/py/util/dnf_utils.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/iso/py/util/dnf_utils.py b/iso/py/util/dnf_utils.py index b1fece3..26a8efe 100644 --- a/iso/py/util/dnf_utils.py +++ b/iso/py/util/dnf_utils.py @@ -522,10 +522,8 @@ class RepoSync: config_file = open(fname, "w+") for repo in self.repos: - # The all repo doesn't get hashed. Likely due to how long it takes - # to hash in the first place? - if 'all' in repo: - prehashed = '' + #if 'all' in repo: + # prehashed = '' constructed_url = '{}/{}/repo/{}{}/$basearch'.format( self.repo_base_url,