installcheck: Report all delete requests

It's just very annoying otherwise
This commit is contained in:
Stephan Kulow 2022-03-07 15:23:14 +01:00
parent b93adbd9c1
commit 34d289d87f

View File

@ -179,7 +179,7 @@ class InstallChecker(object):
for req in status.findall('staged_requests/request'): for req in status.findall('staged_requests/request'):
if req.get('type') == 'delete': 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: for arch in architectures:
# hit the first repository in the target project (if existant) # hit the first repository in the target project (if existant)