Use the fedora-messaging-git-hook package on batcave
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
beb09a8835
commit
4442a309aa
2 changed files with 8 additions and 2 deletions
|
@ -200,8 +200,10 @@
|
||||||
# This is another script to announce commits, this time to the fedmsg bus
|
# This is another script to announce commits, this time to the fedmsg bus
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: install fedmsg-announce-commits script
|
- name: install packages needed
|
||||||
copy: src=fedmsg-announce-commits.py dest=/usr/local/bin/fedmsg-announce-commits.py mode=0755
|
package:
|
||||||
|
name: fedora-messaging-git-hook
|
||||||
|
state: present
|
||||||
tags:
|
tags:
|
||||||
- batcave
|
- batcave
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -21,3 +21,7 @@ certfile = "/etc/pki/rabbitmq/batcave.crt"
|
||||||
[client_properties]
|
[client_properties]
|
||||||
app = "batcave"
|
app = "batcave"
|
||||||
|
|
||||||
|
|
||||||
|
[consumer_config]
|
||||||
|
with_namespace = false
|
||||||
|
url_template = "https://{{ env_suffix }}pagure.io/fedora-infra/{repo}/c/{rev}?branch={branch}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue