adi: Do not update status comment per request but project

This commit is contained in:
Max Lin 2017-02-13 17:53:09 +08:00
parent 0f188daf6a
commit 9a322d712e

View File

@ -89,9 +89,11 @@ class AdiCommand:
if not self.api.rq_to_prj(request_id, name):
return False
print(line + ' (staged in {})'.format(name))
if name:
# Notify everybody about the changes.
self.api.update_status_comments(name, 'select')
print(line + ' (staged in {})'.format(name))
def perform(self, packages, move=False, by_dp=False, split=False):
"""