Hi all,
This is my first FBR, so please correct me if I'm wrong. From what I understood, every patch requires 2 +1s from sysadmin members for the patch to go upstream. However, I don't have commit access, so it'd be great if someone can apply the patch later on.
We've been getting a lot of notifications in CommOps channel recently about planet posts. This patch removes planet, askbot and meeting completion notifications from appearing in the commops channel. +1s?
From 0646dffe2f65327897104241f7dec1092bbbe631 Mon Sep 17 00:00:00 2001
From: Sachin <sskamath96@xxxxxxxxx>
Date: Sat, 1 Jul 2017 22:48:59 +0530
Subject: [PATCH 1/1] Update fedmsg topics for commops bot
Signed-off-by: Sachin <sskamath96@xxxxxxxxx>
---
roles/fedmsg/irc/templates/ircbot.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py
index 3bc255596..3e98fc6b3 100644
--- a/roles/fedmsg/irc/templates/ircbot.py
+++ b/roles/fedmsg/irc/templates/ircbot.py
@@ -113,7 +113,7 @@ config = dict(
channel='fedora-commops',
filters=dict(
topic=[
- '^((?!(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|askbot\.post\.flag_offensive|anitya\.distro\.add)).)*$',
+ '^((?!(fedora_elections|meetbot\.meeting\.item\.help|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|anitya\.distro\.add)).)*$',
],
),
),
--
--
From 0646dffe2f65327897104241f7dec1092bbbe631 Mon Sep 17 00:00:00 2001 From: Sachin <sskamath96@xxxxxxxxx> Date: Sat, 1 Jul 2017 22:48:59 +0530 Subject: [PATCH 1/1] Update fedmsg topics for commops bot Signed-off-by: Sachin <sskamath96@xxxxxxxxx> --- roles/fedmsg/irc/templates/ircbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 3bc255596..3e98fc6b3 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -113,7 +113,7 @@ config = dict( channel='fedora-commops', filters=dict( topic=[ - '^((?!(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|askbot\.post\.flag_offensive|anitya\.distro\.add)).)*$', + '^((?!(fedora_elections|meetbot\.meeting\.item\.help|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|anitya\.distro\.add)).)*$', ], ), ), -- 2.13.1
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx