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+")
|
config_file = open(fname, "w+")
|
||||||
for repo in self.repos:
|
for repo in self.repos:
|
||||||
|
|
||||||
# The all repo doesn't get hashed. Likely due to how long it takes
|
#if 'all' in repo:
|
||||||
# to hash in the first place?
|
# prehashed = ''
|
||||||
if 'all' in repo:
|
|
||||||
prehashed = ''
|
|
||||||
|
|
||||||
constructed_url = '{}/{}/repo/{}{}/$basearch'.format(
|
constructed_url = '{}/{}/repo/{}{}/$basearch'.format(
|
||||||
self.repo_base_url,
|
self.repo_base_url,
|
||||||
|
Loading…
Reference in New Issue
Block a user