/hg/buildbot: Make cpitbb less chatty.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Wed Feb 23 05:54:30 PST 2011


changeset f644988c61fd in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=f644988c61fd
author: Xerxes R?nby <xerxes at zafena.se>
date: Wed Feb 23 14:37:20 2011 +0100

	Make cpitbb less chatty.

	2011-02-23 Xerxes Ranby <xerxes at 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.


diffstat:

1 file changed, 1 insertion(+), 8 deletions(-)
icedtea/master.cfg |    9 +--------

diffs (22 lines):

diff -r f9e38dc5abc3 -r f644988c61fd icedtea/master.cfg
--- 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 @@ c['status'].append(words.IRC(host="irc.o
                              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.



More information about the distro-pkg-dev mailing list