Merge pull request #2840 from coolo/fix_build_reminder

project-installcheck: Don't record unresolvables/fails during building
This commit is contained in:
Stephan Kulow 2022-08-11 17:54:42 +02:00 committed by GitHub
commit b3ea77e966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ class RepoChecker():
buildresult[p.get('package')] = p.get('code')
repo_state = root.find('result').get('state')
if repo_state in ['published', 'unpublished', 'building']:
if repo_state in ['published', 'unpublished']:
self.check_buildstate(oldstate, buildresult, 'unresolvable')
self.check_buildstate(oldstate, buildresult, 'failed')