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,