Whitelist org.release-monitoring topics
Notifications from anitya have been broken because org.release-monitoring wasn't in the topic subscription list. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
3fffa116ac
commit
f5d5e8e39e
1 changed files with 10 additions and 2 deletions
|
@ -27,9 +27,17 @@ config = {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
"fmn.topics": [b'org.fedoraproject.*', b'org.centos.*'],
|
"fmn.topics": [
|
||||||
|
b'org.fedoraproject.',
|
||||||
|
b'org.centos.',
|
||||||
|
b'org.release-monitoring.',
|
||||||
|
],
|
||||||
{% else %}
|
{% else %}
|
||||||
"fmn.topics": [b'org.fedoraproject.prod.*', b'org.centos.prod.*'],
|
"fmn.topics": [
|
||||||
|
b'org.fedoraproject.prod.',
|
||||||
|
b'org.centos.prod.',
|
||||||
|
b'org.release-monitoring.prod.',
|
||||||
|
],
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Consumer stuff
|
# Consumer stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue