Show package also in adi command
This commit is contained in:
parent
f209d8d83f
commit
85674b31c5
@ -32,7 +32,7 @@ class AdiCommand:
|
|||||||
return
|
return
|
||||||
print project, "is ready"
|
print project, "is ready"
|
||||||
for req in info['selected_requests']:
|
for req in info['selected_requests']:
|
||||||
print req['id']
|
print "%s [%s]"%(req['package'], req['id'])
|
||||||
self.api.rm_from_prj(project, request_id=req['id'], msg='ready to accept')
|
self.api.rm_from_prj(project, request_id=req['id'], msg='ready to accept')
|
||||||
delete_project(self.api.apiurl, project)
|
delete_project(self.api.apiurl, project)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user