Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
I decided to switch on nightlies for all packages on winbot plus
Browse files Browse the repository at this point in the history
zope-tests will get also mails of failures.
  • Loading branch information
Adam Groszer committed Dec 11, 2010
1 parent 40cd99d commit 78990b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master.cfg
Expand Up @@ -1005,7 +1005,7 @@ def bsquare_configure(c,
c['status'].append(
MailNotifier(mode="failing",
fromaddr=FROMADDR,
extraRecipients=["agroszer@gmail.com"],
extraRecipients=["agroszer@gmail.com", "zope-tests@zope.org"],
sendToInterestedUsers=False,
builders=[bname],
messageFormatter=message_formatter)
Expand Down Expand Up @@ -1039,7 +1039,7 @@ setup_BB_dev_tests(slow_lock, hour=20, minute=50)
bsquare_configure(c,
'svn://svn.zope.org/repos/main/',
pollinterval = 300,
nightlyhour=None,
nightlyhour=23,
slow_lock = slow_lock,
svnbin='c:\\svn\\svn.exe')

Expand Down

0 comments on commit 78990b4

Please sign in to comment.