project-installcheck: Don't record unresolvables/fails during building
While the project is building, the unresolvables may be temporarily but more important packages that failed before, can become blocked and then fail again. But we don't want to remove it from 'failed' because it had an interim state of blocked Fixes #2838
This commit is contained in:
parent
a79aecee3d
commit
e0c18e090d
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user