tell about accepting other requests

This commit is contained in:
Ludwig Nussel 2014-08-14 16:50:16 +02:00
parent c5acf4b8d2
commit 51115ac4a3

View File

@ -68,6 +68,7 @@ class AcceptCommand(object):
def accept_other_new(self):
changed = False
for req in self.find_new_requests('openSUSE:{}'.format(self.api.opensuse)):
print "accepting request %s"%str(req)
change_request_state(self.api.apiurl, str(req), 'accepted', message='Accept to factory')
changed = True