RepoWatcher: always request for non-anon case
This commit is contained in:
parent
68c865efaa
commit
88c18bad27
1 changed files with 1 additions and 2 deletions
|
|
@ -227,9 +227,8 @@ class RepoWatcher(object):
|
|||
# we should have waited for builds before creating the request
|
||||
# this could indicate further tagging/untagging, or a bug
|
||||
self.logger.error('Repo request did not satisfy conditions')
|
||||
else:
|
||||
elif anon:
|
||||
# check for repo directly
|
||||
# either first pass or anon mode
|
||||
repoinfo = self.session.repo.get(self.taginfo['id'], min_event=min_event,
|
||||
at_event=self.at_event, opts=self.opts)
|
||||
if repoinfo and self.check_repo(repoinfo):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue