taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f2e094feef36f0bfd270c2eedf25c90f14a4e872
parent 6407645812aae461e96b45e8a443c61af37b513d
Author: Devan Carpenter <devan@taler.net>
Date:   Tue,  9 Jan 2024 09:50:59 -0500

buildbot: remove old IRC reporter

Diffstat:
Mbuildbot/master.cfg | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git 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.