mark expired/etc repos non-current

This commit is contained in:
Mike McLean 2011-10-18 17:19:16 -04:00
parent 262a4b65e0
commit ccfcad52ab

View file

@ -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):