Use the fedora-messaging-git-hook package on batcave

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-12-04 12:04:45 +01:00
parent beb09a8835
commit 4442a309aa
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 8 additions and 2 deletions

View file

@ -200,8 +200,10 @@
# This is another script to announce commits, this time to the fedmsg bus
#
- name: install fedmsg-announce-commits script
copy: src=fedmsg-announce-commits.py dest=/usr/local/bin/fedmsg-announce-commits.py mode=0755
- name: install packages needed
package:
name: fedora-messaging-git-hook
state: present
tags:
- batcave
- config

View file

@ -21,3 +21,7 @@ certfile = "/etc/pki/rabbitmq/batcave.crt"
[client_properties]
app = "batcave"
[consumer_config]
with_namespace = false
url_template = "https://{{ env_suffix }}pagure.io/fedora-infra/{repo}/c/{rev}?branch={branch}"