[Buildbot-commits] buildbot ChangeLog,1.517,1.518

Brian Warner warner at users.sourceforge.net
Fri Oct 21 08:03:41 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28628

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-348
Creator:  Brian Warner <warner at lothar.com>

add HTML/IRC control over build-on-branch and build-revision

	* buildbot/status/words.py (IrcStatusBot.command_FORCE): add
	control over --branch and --revision, not that they are always
	legal to provide
	* buildbot/status/html.py (StatusResourceBuilder.force): same
	(StatusResourceBuild.body): display SourceStamp components

	* buildbot/scripts/runner.py (ForceOptions): option parser for the
	IRC 'force' command, so it can be shared with an eventual
	command-line-tool 'buildbot force' mode.
	* buildbot/test/test_runner.py (Options.testForceOptions): test it


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -d -r1.517 -r1.518
--- ChangeLog	20 Oct 2005 22:32:48 -0000	1.517
+++ ChangeLog	21 Oct 2005 08:03:39 -0000	1.518
@@ -1,3 +1,16 @@
+2005-10-21  Brian Warner  <warner at lothar.com>
+
+	* buildbot/status/words.py (IrcStatusBot.command_FORCE): add
+	control over --branch and --revision, not that they are always
+	legal to provide
+	* buildbot/status/html.py (StatusResourceBuilder.force): same
+	(StatusResourceBuild.body): display SourceStamp components
+
+	* buildbot/scripts/runner.py (ForceOptions): option parser for the
+	IRC 'force' command, so it can be shared with an eventual
+	command-line-tool 'buildbot force' mode.
+	* buildbot/test/test_runner.py (Options.testForceOptions): test it
+
 2005-10-20  Brian Warner  <warner at lothar.com>
 
 	* buildbot/status/mail.py (MailNotifier.buildMessage): reformat





More information about the Commits mailing list