From ccfcad52ab47a08cc7493668310d1275c30a3c54 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 20 2011 19:27:34 +0000 Subject: mark expired/etc repos non-current --- diff --git a/util/kojira b/util/kojira index f2d2959..39ff53f 100755 --- a/util/kojira +++ b/util/kojira @@ -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):