initial commit of the releng tasks
This commit is contained in:
parent
c8b4793aab
commit
a794cafc13
24 changed files with 1093 additions and 1 deletions
18
files/releng/fedmsg/ircbot.py
Normal file
18
files/releng/fedmsg/ircbot.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
config = dict(
|
||||
irc=[
|
||||
dict(
|
||||
network='irc.freenode.net',
|
||||
port=6667,
|
||||
nickname='fedmsg-bot',
|
||||
channel='fedora-fedmsg',
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
# Don't show busmon or the heartbeat... gross.
|
||||
# any httpd topics would also be a huge source of spam.
|
||||
filters=dict(
|
||||
topic=['busmon', 'httpd'],
|
||||
body=['lub-dub'],
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue