From f2e094feef36f0bfd270c2eedf25c90f14a4e872 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Tue, 9 Jan 2024 09:50:59 -0500 Subject: buildbot: remove old IRC reporter --- buildbot/master.cfg | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'buildbot/master.cfg') diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 02430da..0bd7b47 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -1026,21 +1026,6 @@ BUILDER_LIST = map(lambda builder: builder.name, BUILDERS) ####### GENERAL PURPOSE BUILDBOT SERVICES ####################### -SERVICES.append(reporters.IRC( - "irc.eu.libera.net", - "taler-bb", - useColors=False, - channels=[{ - "channel": "#taler" - }], - password="taler-bb-pass19", - notify_events={ - 'exception': 1, - 'successToFailure': 1, - 'failureToSuccess': 1 - } -)) - #SERVICES.append(reporters.MailNotifier( # fromaddr="testbuild@taler.net", # # notify from pass to fail, and viceversa. -- cgit v1.2.3