all was missed, it can be hashed later

This commit is contained in:
Louis Abel 2022-06-10 16:22:30 -07:00
parent 541ee349aa
commit 0b70e6157a
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 4 deletions

View File

@ -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,