From: dbs Date: Thu, 27 Jan 2011 05:19:06 +0000 (+0000) Subject: Try sending failure notification to the -dev list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3aab4f1b0f7fd16fe123176321bdeca5658908ce;p=working%2FOpenSRF.git Try sending failure notification to the -dev list git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2154 9efc2488-bf62-4759-914b-345cdb29e865 --- 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