Hi all.  I think this one is the first freeze break request of the
season.  Cheers!

We want to have messages about so-called "doomed" composes show up in
#fedora-releng so people can respond to it.  Value01 is frozen, but
the change is simple.  If something goes haywire, I can easily 'git
revert' and push out the old config.

Patch follows here.  Can I get two +1s from sysadmin-main members to
make this change?

diff --git a/roles/fedmsg/irc/templates/ircbot.py 
b/roles/fedmsg/irc/templates/ircbot.py
index 5061a7b..f0e91df 100644
--- a/roles/fedmsg/irc/templates/ircbot.py
+++ b/roles/fedmsg/irc/templates/ircbot.py
@@ -171,10 +171,10 @@ config = dict(
             channel='fedora-releng',
             filters=dict(
                 topic=[
-                    
'^((?!(pkgdb\.package\.update\.status|compose.branched.complete|compose.branched.start|compose.rawhide.complete|compose.rawhide.start|bodhi.updates.|trac.git.receive)).)*$',
+                    
'^((?!(pungi.compose.status.change|pkgdb\.package\.update\.status|compose.branched.complete|compose.branched.start|compose.rawhide.complete|compose.rawhide.start|bodhi.updates.|trac.git.receive)).)*$',
                 ],
                 body=[
-                    "^((?!(u'status': u'Retired'|u'prev_status': 
u'Retired'|compose|bodhi\.updates\.|\/srv\/git\/releng)).)*$",
+                    "^((?!(u'status': u'DOOMED'|u'status': 
u'Retired'|u'prev_status': 
u'Retired'|compose|bodhi\.updates\.|\/srv\/git\/releng)).)*$",
                 ],
             ),
         ),

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/infrastructure@lists.fedoraproject.org

Reply via email to