[Dart] Sending continuous and nightly testing problems

Andy Cedilnik andy.cedilnik at kitware.com
Mon Jun 7 11:46:16 EDT 2004


Hi All,

Looks like new-style and old-style continuous problem notification
cannot coexist. This patch fixes it. Could somebody commit it?

Thanks.

			Andy

cvs diff: Diffing .
Index: DashboardManager.tcl
===================================================================
RCS file: /cvsroot/Dart/Dart/Source/Client/DashboardManager.tcl,v
retrieving revision 1.83
diff -r1.83 DashboardManager.tcl
737c737
<                  && ![file exists MailSent.txt] } {
---
>                  && ![file exists OldMailSent.txt] } {
760c760
<               set f [open MailSent.txt w]
---
>               set f [open OldMailSent.txt w]
777c777
<                  && ![file exists MailSent.txt] } {
---
>                  && ![file exists NewMailSent.txt] } {
827c827
<               set f [open MailSent.txt w]
---
>               set f [open NewMailSent.txt w]





More information about the Dart mailing list