[Buildbot-commits] buildbot ChangeLog,1.990,1.991 NEWS,1.64,1.65

Brian Warner warner at users.sourceforge.net
Wed Nov 21 09:25:50 UTC 2007


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

Modified Files:
	ChangeLog NEWS 
Log Message:
[project @ more #138: prohibit builder names that start with an underscore]

Original author: warner at lothar.com
Date: 2007-11-21 09:18:03+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.990
retrieving revision 1.991
diff -u -d -r1.990 -r1.991
--- ChangeLog	21 Nov 2007 09:25:03 -0000	1.990
+++ ChangeLog	21 Nov 2007 09:25:48 -0000	1.991
@@ -1,5 +1,10 @@
 2007-11-21  Brian Warner  <warner at lothar.com>
 
+	* buildbot/master.py (BuildMaster.loadConfig): builder names that
+	begin with an underscore are now reserved, so prohibit them from
+	appearing in the config file.
+	* NEWS: announce this change.
+
 	* buildbot/status/web/base.py: add buttons (to one_line_per_build
 	and one_box_per_builder) to force/stop builds on all Builders at
 	once.

Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- NEWS	1 Oct 2007 02:45:40 -0000	1.64
+++ NEWS	21 Nov 2007 09:25:48 -0000	1.65
@@ -1,5 +1,16 @@
 User visible changes in Buildbot.             -*- outline -*-
 
+* Release 0.?.? (?)
+
+** Things You Need To Know
+
+*** builder names must not start with an underscore (`_').
+
+These are now reserved for internal buildbot purposes, such as the magic
+"_all" pseudo-builder that the web pages use to allow force-build buttons
+that start builds on all Builders at once.
+
+
 * Release 0.7.6 (30 Sep 2007)
 
 ** Things You Need To Know





More information about the Commits mailing list