[Buildbot-commits] buildbot ChangeLog,1.1048,1.1049

Brian Warner warner at users.sourceforge.net
Sun Mar 23 03:14:54 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ web: fix the label of the 'Stop Build' button]

Original author: warner at lothar.com
Date: 2008-03-23 03:14:03+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -d -r1.1048 -r1.1049
--- ChangeLog	23 Mar 2008 03:14:46 -0000	1.1048
+++ ChangeLog	23 Mar 2008 03:14:52 -0000	1.1049
@@ -1,5 +1,11 @@
 2008-03-22  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/web/base.py (make_stop_form): add a label=
+	argument so that the button says "Stop Builds" or "Stop Build" as
+	appropriate. It used to say "Stop Builder", which was wrong.
+	* buildbot/status/web/baseweb.py (OneLinePerBuild.body): same
+	(OneBoxPerBuilder.body): same
+
 	* buildbot/process/builder.py (Builder): use self.old_building to
 	track Builds from a previous version of this Builder and are still
 	running. This makes it possible for IBuilderControl to get at





More information about the Commits mailing list