misc: remove jcline from various places that are sending him emails

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-11 18:08:31 +00:00 committed by Pierre-Yves Chibon
parent d741b5bf20
commit 2488ba0547
6 changed files with 4 additions and 6 deletions

View file

@ -235,7 +235,6 @@
- cverna
- dcallagh
- gnaponie
- jcline
- lholecek
- misc
- mizdebsk

View file

@ -118,7 +118,6 @@
description: "ZeroMQ <-> AMQP bridges"
appowners:
- abompard
- jcline
- role: openshift/secret-file
app: messaging-bridges

View file

@ -17,7 +17,7 @@ app = "Example Application"
app_url = "https://github.com/fedora-infra/fedora-messaging"
# Contact emails for the maintainer(s) of the consumer - in case the
# broker admin needs to contact them, for e.g.
app_contacts_email = ["jcline@fedoraproject.org"]
app_contacts_email = []
[exchanges."amq.topic"]
type = "topic"

View file

@ -48,7 +48,7 @@ filters = ["ratelimit"]
formatter = "simple"
mailhost = "bastion"
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"
[log_config.loggers.fedora_messaging]
level = "INFO"

View file

@ -60,7 +60,7 @@ formatter = "simple"
filters = ["ratelimit"]
mailhost = "bastion"
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 }})"
[log_config.loggers.fedmsg_migration_tools]
level = "INFO"

View file

@ -33,7 +33,7 @@ filters = ["ratelimit"]
formatter = "simple"
mailhost = "bastion"
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"
[log_config.loggers.fedora_messaging]
level = "INFO"