installcheck: Report all delete requests
It's just very annoying otherwise
This commit is contained in:
parent
b93adbd9c1
commit
34d289d87f
@ -179,7 +179,7 @@ class InstallChecker(object):
|
||||
|
||||
for req in status.findall('staged_requests/request'):
|
||||
if req.get('type') == 'delete':
|
||||
result = result and self.check_delete_request(req, to_ignore, to_delete, result_comment)
|
||||
result = self.check_delete_request(req, to_ignore, to_delete, result_comment) and result
|
||||
|
||||
for arch in architectures:
|
||||
# hit the first repository in the target project (if existant)
|
||||
|
Loading…
x
Reference in New Issue
Block a user