mark expired/etc repos non-current
This commit is contained in:
parent
262a4b65e0
commit
ccfcad52ab
1 changed files with 2 additions and 1 deletions
|
|
@ -209,7 +209,8 @@ class RepoManager(object):
|
|||
# no point in checking again
|
||||
continue
|
||||
if repo.state not in (koji.REPO_READY, koji.REPO_INIT):
|
||||
#also no point in checking
|
||||
repo.current = False
|
||||
#also no point in further checking
|
||||
continue
|
||||
to_check.append(repo)
|
||||
if self.logger.isEnabledFor(logging.DEBUG):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue