we don't need repoclosure all over the place

This commit is contained in:
Louis Abel 2022-06-08 20:25:55 -07:00
parent 8a60806803
commit 0a761837a6
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -760,6 +760,9 @@ class RepoSync:
self.log.info('Beginning repoclosure phase')
for repo in self.repoclosure_map['repos']:
if self.repo and repo not in self.repo:
continue
repoclosure_entry_name_list = []
self.log.info('Setting up repoclosure for {}'.format(repo))