mirror_pagure_ansible: adjust app name, app_url and the trigger since we renamed the namespace in pagure.io
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
6fdf5bd47f
commit
1a9213c426
1 changed files with 4 additions and 4 deletions
|
@ -23,8 +23,8 @@ keyfile = "/etc/pki/fedora-messaging/mirror_pagure_ansible.key"
|
|||
certfile = "/etc/pki/fedora-messaging/mirror_pagure_ansible.crt"
|
||||
|
||||
[client_properties]
|
||||
app = "RoboSignatory"
|
||||
app_url = "https://pagure.io/Fedora-Infra/mirror_from_pagure"
|
||||
app = "mirror_from_pagure"
|
||||
app_url = "https://pagure.io/fedora-infra/mirror_from_pagure"
|
||||
app_contacts_email = ["pingou@fedoraproject.org"]
|
||||
|
||||
[queues."mirror_pagure_ansible{{ env_suffix }}"]
|
||||
|
@ -35,9 +35,9 @@ arguments = {}
|
|||
|
||||
[consumer_config]
|
||||
mirror_folder = "/srv/"
|
||||
trigger_names = ["Fedora-Infra/ansible"]
|
||||
trigger_names = ["fedora-infra/ansible"]
|
||||
urls = [
|
||||
"https://pagure.io/Fedora-Infra/ansible.git",
|
||||
"https://pagure.io/fedora-infra/ansible.git",
|
||||
]
|
||||
|
||||
[qos]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue