clarify XXX

This commit is contained in:
Stephan Kulow 2013-10-03 08:33:21 +02:00
parent 210bf44777
commit 463df3ad3d

View File

@ -650,7 +650,7 @@ def _check_repo_buildsuccess(self, p, opts):
return False
if foundfailed:
msg = '%s failed to build in repository %s - not accepting' % (p.spackage, foundfailed)
# XXX Do we need to autodecline this case?
# failures might be temporary, so don't autoreject but wait for a human to check
print 'UPDATED', msg
self._check_repo_change_review_state(opts, p.request, 'new', message=msg)
# Next line not needed, but for documentation