initial commit of the releng tasks

This commit is contained in:
Seth Vidal 2013-05-03 21:22:43 +00:00
parent c8b4793aab
commit a794cafc13
24 changed files with 1093 additions and 1 deletions

View 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'],
),
),
],
)