[Buildbot-commits] buildbot ChangeLog,1.551,1.552 NEWS,1.47,1.48

Brian Warner warner at users.sourceforge.net
Wed Nov 23 08:01:25 UTC 2005


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

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

add some HTML links, add NEWS items, assume revisions are strings

	* NEWS: start collecting items for next release

	* buildbot/process/step.py (SVN.computeSourceRevision): assume
	revisions are strings
	(P4Sync.computeSourceRevision): same

	* buildbot/status/html.py (StatusResourceBuild.body): add a link
	to the Buildbot's overall status page
	(StatusResourceBuilder.body): same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.551
retrieving revision 1.552
diff -u -d -r1.551 -r1.552
--- ChangeLog	15 Nov 2005 08:56:59 -0000	1.551
+++ ChangeLog	23 Nov 2005 08:01:23 -0000	1.552
@@ -1,3 +1,15 @@
+2005-11-22  Brian Warner  <warner at lothar.com>
+
+	* NEWS: start collecting items for next release
+
+	* buildbot/process/step.py (SVN.computeSourceRevision): assume
+	revisions are strings
+	(P4Sync.computeSourceRevision): same
+
+	* buildbot/status/html.py (StatusResourceBuild.body): add a link
+	to the Buildbot's overall status page
+	(StatusResourceBuilder.body): same
+
 2005-11-15  Brian Warner  <warner at lothar.com>
 
 	* buildbot/master.py (BuildMaster.loadConfig): serialize the

Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- NEWS	25 Oct 2005 02:49:53 -0000	1.47
+++ NEWS	23 Nov 2005 08:01:23 -0000	1.48
@@ -1,5 +1,54 @@
 User visible changes in Buildbot.
 
+* Release ?.?.? (??)
+
+** Changes
+
+*** step.Trial can work with Trial from Twisted >2.1.0
+
+The 'Trial' step now accepts the trialMode= argument, which should be a list
+of strings to be added to trial's argv array. This defaults to ["-to"], which
+is appropriate for the Trial that ships in Twisted-2.1.0 and earlier, and
+tells Trial to emit non-colorized verbose output. To use this step with
+trials from later versions of Twisted, this should be changed to
+["--reporter=bwverbose"].
+
+In addition, you can now set other Trial command-line parameters through the
+trialArgs= argument. This is a list of strings, and defaults to an empty list.
+
+*** Added a 'resubmit this build' button to the web page
+
+*** Make the VC-checkout step's description more useful
+
+Added the word "[branch]" to the VC step's description (used in the Step's
+box on the Waterfall page, among others) when we're checking out a
+non-default branch. Also add "rNNN" to indicate which revision is being
+checked out. Thanks to Brad Hards and Nathaniel Smith for the suggestion.
+
+** Bugs
+
+Several patches from Dobes Vandermeer: Escape the URLs in email, in case they
+have spaces and such. Fill otherwise-empty <td> elements, as a workaround for
+buggy browsers that might optimize them away. Also use binary mode when
+opening status pickle files, to make windows work better.
+
+Stringify the base revision before stuffing it into a 'try' jobfile, helping
+SVN and Arch implement 'try' builds better. Thanks to Steven Walter for the
+patch.
+
+Fix the compare_attrs list in PBChangeSource, FreshCVSSource, and Waterfall.
+Before this, certain changes to these objects in the master.cfg file were
+ignored, such that you would have to stop and re-start the buildmaster to
+make them take effect.
+
+The config file is now loaded serially, shutting down old (or replaced)
+Status/ChangeSource plugins before starting new ones. This fixes a bug in
+which changing an aspect of, say, the Waterfall display would cause an
+exception as both old and new instances fight over the same TCP port. This
+should also fix a bug whereby new Periodic Schedulers could fire a build
+before the Builders have finished being added.
+
+
 * Release 0.7.0 (24 Oct 2005)
 
 ** new features





More information about the Commits mailing list