Add more information to new koji rpm.sign messages.
This commit is contained in:
parent
56079062d3
commit
2b24b0b8d5
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,11 @@ def get_message_body(topic, *args, **kws):
|
|||
msg['tag'] = kws['repo']['tag_name']
|
||||
msg['tag_id'] = kws['repo']['tag_id']
|
||||
msg['repo_id'] = kws['repo']['id']
|
||||
elif topic == 'rpm.sign':
|
||||
msg['attribute'] = kws['attribute']
|
||||
msg['old'] = kws['old']
|
||||
msg['new'] = kws['new']
|
||||
msg['info'] = kws['info']
|
||||
|
||||
return msg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue