The below should make the nightly releases bot email its status to notifications@ too.
----- Forwarded message from danie...@apache.org ----- > Date: Mon, 06 Feb 2012 11:27:52 -0000 > From: danie...@apache.org > To: infrastructure-...@apache.org > Subject: svn commit: r803998 - > > /infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf > Message-Id: <20120206112752.b34702388...@eris.apache.org> > > Author: danielsh > Date: Mon Feb 6 11:27:52 2012 > New Revision: 803998 > > Log: > notifications@subversion += svn-trunk-nightly > > Modified: > infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf > > Modified: > infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf > ============================================================================== > --- > infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf > (original) > +++ > infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf > Mon Feb 6 11:27:52 2012 > @@ -356,7 +356,7 @@ c['status'].append(mail.MailNotifier(fro > > extraRecipients=["notificati...@subversion.apache.org"], > sendToInterestedUsers=False, > mode="change", > - categories=["subversion-trunk" , > "slik-w2k3-x64-local" , "slik-w2k3-x64-ra" , "prod"])) > + categories=["subversion-trunk" , > "slik-w2k3-x64-local" , "slik-w2k3-x64-ra" , "prod", "svn-trunk-nightly"])) > ----- End forwarded message -----