misc: remove jcline from various places that are sending him emails
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d741b5bf20
commit
2488ba0547
6 changed files with 4 additions and 6 deletions
|
@ -235,7 +235,6 @@
|
||||||
- cverna
|
- cverna
|
||||||
- dcallagh
|
- dcallagh
|
||||||
- gnaponie
|
- gnaponie
|
||||||
- jcline
|
|
||||||
- lholecek
|
- lholecek
|
||||||
- misc
|
- misc
|
||||||
- mizdebsk
|
- mizdebsk
|
||||||
|
|
|
@ -118,7 +118,6 @@
|
||||||
description: "ZeroMQ <-> AMQP bridges"
|
description: "ZeroMQ <-> AMQP bridges"
|
||||||
appowners:
|
appowners:
|
||||||
- abompard
|
- abompard
|
||||||
- jcline
|
|
||||||
|
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: messaging-bridges
|
app: messaging-bridges
|
||||||
|
|
|
@ -17,7 +17,7 @@ app = "Example Application"
|
||||||
app_url = "https://github.com/fedora-infra/fedora-messaging"
|
app_url = "https://github.com/fedora-infra/fedora-messaging"
|
||||||
# Contact emails for the maintainer(s) of the consumer - in case the
|
# Contact emails for the maintainer(s) of the consumer - in case the
|
||||||
# broker admin needs to contact them, for e.g.
|
# broker admin needs to contact them, for e.g.
|
||||||
app_contacts_email = ["jcline@fedoraproject.org"]
|
app_contacts_email = []
|
||||||
|
|
||||||
[exchanges."amq.topic"]
|
[exchanges."amq.topic"]
|
||||||
type = "topic"
|
type = "topic"
|
||||||
|
|
|
@ -48,7 +48,7 @@ filters = ["ratelimit"]
|
||||||
formatter = "simple"
|
formatter = "simple"
|
||||||
mailhost = "bastion"
|
mailhost = "bastion"
|
||||||
fromaddr = "fedmsg-migration-tools@fedoraproject.org"
|
fromaddr = "fedmsg-migration-tools@fedoraproject.org"
|
||||||
toaddrs = ["jcline@fedoraproject.org", "abompard@fedoraproject.org"]
|
toaddrs = ["abompard@fedoraproject.org"]
|
||||||
subject = "ERROR: fedmsg-migration-tools amqp-to-zmq bridge"
|
subject = "ERROR: fedmsg-migration-tools amqp-to-zmq bridge"
|
||||||
[log_config.loggers.fedora_messaging]
|
[log_config.loggers.fedora_messaging]
|
||||||
level = "INFO"
|
level = "INFO"
|
||||||
|
|
|
@ -60,7 +60,7 @@ formatter = "simple"
|
||||||
filters = ["ratelimit"]
|
filters = ["ratelimit"]
|
||||||
mailhost = "bastion"
|
mailhost = "bastion"
|
||||||
fromaddr = "fedmsg-migration-tools@fedoraproject.org"
|
fromaddr = "fedmsg-migration-tools@fedoraproject.org"
|
||||||
toaddrs = ["jcline@fedoraproject.org", "abompard@fedoraproject.org"]
|
toaddrs = ["abompard@fedoraproject.org"]
|
||||||
subject = "ERROR: fedmsg-migration-tools verify-missing service ({{ env }})"
|
subject = "ERROR: fedmsg-migration-tools verify-missing service ({{ env }})"
|
||||||
[log_config.loggers.fedmsg_migration_tools]
|
[log_config.loggers.fedmsg_migration_tools]
|
||||||
level = "INFO"
|
level = "INFO"
|
||||||
|
|
|
@ -33,7 +33,7 @@ filters = ["ratelimit"]
|
||||||
formatter = "simple"
|
formatter = "simple"
|
||||||
mailhost = "bastion"
|
mailhost = "bastion"
|
||||||
fromaddr = "fedmsg-migration-tools@fedoraproject.org"
|
fromaddr = "fedmsg-migration-tools@fedoraproject.org"
|
||||||
toaddrs = ["jcline@fedoraproject.org", "abompard@fedoraproject.org"]
|
toaddrs = ["abompard@fedoraproject.org"]
|
||||||
subject = "ERROR: fedmsg-migration-tools zmq-to-amqp bridge"
|
subject = "ERROR: fedmsg-migration-tools zmq-to-amqp bridge"
|
||||||
[log_config.loggers.fedora_messaging]
|
[log_config.loggers.fedora_messaging]
|
||||||
level = "INFO"
|
level = "INFO"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue