From 3aab4f1b0f7fd16fe123176321bdeca5658908ce Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 27 Jan 2011 05:19:06 +0000 Subject: [PATCH] Try sending failure notification to the -dev list git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2154 9efc2488-bf62-4759-914b-345cdb29e865 --- examples/buildbot.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/buildbot.cfg b/examples/buildbot.cfg index 415baea..10f92dd 100644 --- a/examples/buildbot.cfg +++ b/examples/buildbot.cfg @@ -145,7 +145,7 @@ mn = MailNotifier( fromaddr="buildbot@testing.esilibrary.com", sendToInterestedUsers=False, mode='problem', - extraRecipients=["dan@coffeecode.net"]) + extraRecipients=["dan@coffeecode.net","open-ils-dev@list.georgialibraries.org"]) c['status'].append(mn) ####### PROJECT IDENTITY -- 2.43.2