changeset 11:f644988c61fd

Make cpitbb less chatty. 2011-02-23 Xerxes Ranby <xerxes@zafena.se> Make cpitbb less chatty. cpitbb only checks if the word exist in the wordlist. Removed all word-key pairs that triggered unexpected operation.
author Xerxes R?nby <xerxes@zafena.se>
date Wed, 23 Feb 2011 14:37:20 +0100
parents f9e38dc5abc3
children 08aadbc57f29
files icedtea/master.cfg
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/icedtea/master.cfg	Wed Feb 23 14:28:09 2011 +0100
+++ b/icedtea/master.cfg	Wed Feb 23 14:37:20 2011 +0100
@@ -742,17 +742,10 @@
                              channels=["#openjdk"],
                              allowForce=False,
                              notify_events={
-                               'started': 0,
-                               'finished': 0,
-                               'success': 0,
-                               'failure': 0,
-                               'exception': 0,
                                'successToFailure': 1,
                                'successToException': 1,
                                'failureToSuccess': 1,
-                               'failureToException': 0,
-                               'exceptionToSuccess': 1,
-                               'exceptionToFailure': 0
+                               'exceptionToSuccess': 1
                              }))
 
 # Allows command line and gui listening.