[Buildbot-commits] buildbot/docs buildbot.texinfo,1.146,1.147

Brian Warner warner at users.sourceforge.net
Mon May 26 23:52:21 UTC 2008


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22205/docs

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ #171:buildbot_irc.patch]
Patch by Neil Hemingway <nhemingway at googlemail.com>: allow the IRC daemon
to notify users on build events, either via private messages or channel
messages

Original author: dustin at v.igoro.us
Date: 2008-05-15 22:35:38+00:00

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- buildbot.texinfo	26 May 2008 23:52:13 -0000	1.146
+++ buildbot.texinfo	26 May 2008 23:52:19 -0000	1.147
@@ -7166,6 +7166,32 @@
 finished and then announce the results.
 @item last BUILDER
 Return the results of the last build to run on the given Builder.
+ at item join CHANNEL
+Join the given IRC channel
+ at item leave CHANNEL
+Leave the given IRC channel
+ at item notify on|off|list EVENT
+Report events relating to builds.  If the command is issued as a
+private message, then the report will be sent back as a private
+message to the user who issued the command.  Otherwise, the report
+will be sent to the channel.  Available events to be notified are:
+
+ at table
+ at item started
+A build has started
+ at item finished
+A build has finished
+ at item success
+A build finished successfully
+ at item failed
+A build failed
+ at item exception
+A build generated and exception
+ at item successToFailure
+The previous build was successful, but this one failed
+ at item failureToSuccess
+The previous build failed, but this one was successful
+ at end table
 
 @item help COMMAND
 Describe a command. Use @code{help commands} to get a list of known





More information about the Commits mailing list