Listen to fedora-infra hub
This commit is contained in:
parent
c5fd9257de
commit
5c470d2ef7
1 changed files with 7 additions and 1 deletions
|
@ -55,12 +55,18 @@
|
|||
- /etc/fedmsg.d/ssl.py
|
||||
|
||||
|
||||
- name: Don't listen to fedora-infra hub
|
||||
- name: Don't listen to fedora-infra stg hub
|
||||
lineinfile:
|
||||
dest: /etc/fedmsg.d/module_build_service.py
|
||||
regexp: '"tcp://stg.fedoraproject.org:9940"'
|
||||
line: '#"tcp://stg.fedoraproject.org:9940"'
|
||||
|
||||
- name: Listen to fedora-infra hub
|
||||
lineinfile:
|
||||
dest: /etc/fedmsg.d/module_build_service.py
|
||||
regexp: '#"tcp://hub.fedoraproject.org:9940"'
|
||||
line: '"tcp://hub.fedoraproject.org:9940"'
|
||||
|
||||
- name: Listen to copr-be-dev
|
||||
lineinfile:
|
||||
dest: /etc/fedmsg.d/module_build_service.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue