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
|
||||
- dcallagh
|
||||
- gnaponie
|
||||
- jcline
|
||||
- lholecek
|
||||
- misc
|
||||
- mizdebsk
|
||||
|
|
|
@ -118,7 +118,6 @@
|
|||
description: "ZeroMQ <-> AMQP bridges"
|
||||
appowners:
|
||||
- abompard
|
||||
- jcline
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: messaging-bridges
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue