#3199 Traceback when pushing two branches
Opened 6 years ago by lsedlar. Modified a year ago

$ git push origin --force-with-lease chown-ostree-installer global-repo-parallel
Counting objects: 36, done.                          
Delta compression using up to 4 threads.             
Compressing objects: 100% (36/36), done.             
Writing objects: 100% (36/36), 4.51 KiB | 769.00 KiB/s, done.
Total 36 (delta 31), reused 0 (delta 0)
remote: Sending to redis to send commit notification emails
remote: * Publishing information for 2 commits
remote:   - to fedmsg
remote:
remote: View pull-request for chown-ostree-installer
remote:    https://pagure.io/pungi/pull-request/935
remote:
remote: Sending to redis to send commit notification emails
remote: * Publishing information for 3 commits
remote:   - to fedmsg
remote: 2018-05-04 11:13:36,967 [ERROR] __main__: Error sending fedmsg notifications on commit push
remote: Traceback (most recent call last):
remote:   File "./hooks/post-receive.default", line 111, in send_notifications
remote:     send_fedmsg_notifications(project, topic, msg)
remote:   File "./hooks/post-receive.default", line 41, in send_fedmsg_notifications
remote:     fedmsg.init(name='relay_inbound', **config)
remote: TypeError: init() got multiple values for keyword argument 'name'
remote:
remote: View pull-request for global-repo-parallel
remote:    https://pagure.io/pungi/pull-request/933
remote:
To ssh://pagure.io/forks/lsedlar/pungi.git
 + b815ca91...20d159b2 chown-ostree-installer -> chown-ostree-installer (forced update)
 + 04894a8c...696019bf global-repo-parallel -> global-repo-parallel (forced update)

A message was sent only for the first branch.


Metadata Update from @pingou:
- Issue tagged with: bug

6 years ago

Metadata Update from @wombelix:
- Issue set to the milestone: 5.13

a year ago

Login to comment on this ticket.

Metadata