diff --git a/extras/git-hooks/post-receive b/extras/git-hooks/post-receive index 5696b423..5a02a2eb 100755 --- a/extras/git-hooks/post-receive +++ b/extras/git-hooks/post-receive @@ -38,6 +38,7 @@ def _build_commit(rev): total=commit.stats.total, ), rev=rev, + repo=repo_name, branch=branch, ) @@ -55,6 +56,7 @@ for commit in commits: continue fedmsg.publish( + # XXX - Expect this to change to just "receive" in the future. topic="receive.%s.%s" % (repo_name, commit['branch']), msg=dict(commit=commit), modname="git",