forked from sig_core/toolkit
all was missed, it can be hashed later
This commit is contained in:
parent
541ee349aa
commit
0b70e6157a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user