[Buildbot-commits] buildbot ChangeLog,1.455,1.456 NEWS,1.43,1.44

Brian Warner warner at users.sourceforge.net
Mon May 23 22:48:08 UTC 2005


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

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

add --version, update NEWS

	* NEWS: update for 0.6.6 release

	* buildbot/scripts/runner.py (Options.opt_version): Add a
	--version command (actually, just make the existing --version
	command emit Buildbot's version too)


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -d -r1.455 -r1.456
--- ChangeLog	23 May 2005 17:45:55 -0000	1.455
+++ ChangeLog	23 May 2005 22:48:05 -0000	1.456
@@ -1,5 +1,7 @@
 2005-05-23  Brian Warner  <warner at lothar.com>
 
+	* NEWS: update for 0.6.6 release
+
 	* buildbot/scripts/runner.py (start): put the basedir in sys.path
 	before starting: this was done by twistd back when we spawned it,
 	now that we're importing the pieces and running them in the
@@ -7,6 +9,8 @@
 	master.cfg to import files from the same directory without
 	explicitly manipulating PYTHONPATH. Thanks to Thomas Vander
 	Stichele for the catch.
+	(Options.opt_version): Add a --version command (actually, just make
+	the existing --version command emit Buildbot's version too)
 
 	* buildbot/status/builder.py (HTMLLogFile.upgrade): oops! second
 	fix to make this behave like other LogFiles, this time to handle

Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- NEWS	18 May 2005 07:49:31 -0000	1.43
+++ NEWS	23 May 2005 22:48:05 -0000	1.44
@@ -1,5 +1,36 @@
 User visible changes in Buildbot.
 
+* Release 0.6.6 (23 May 2005)
+
+** bugs fixed
+
+The 'sendchange', 'stop', and 'sighup' subcommands were broken, simple bugs
+that were not caught by the test suite. Sorry.
+
+The 'buildbot master' command now uses "raw" strings to create .tac files
+that will still function under windows (since we must put directory names
+that contain backslashes into that file).
+
+The keep-on-disk behavior added in 0.6.5 included the ability to upgrade old
+in-pickle LogFile instances. This upgrade function was not added to the
+HTMLLogFile class, so an exception would be raised when attempting to load or
+display any build with one of these logs (which are normally used only for
+showing build exceptions). This has been fixed.
+
+Several unnecessary imports were removed, so the Buildbot should function
+normally with just Twisted-2.0.0's "Core" module installed. (of course you
+will need TwistedWeb, TwistedWords, and/or TwistedMail if you use status
+targets that require them). The test suite should skip all tests that cannot
+be run because of missing Twisted modules.
+
+The master/slave's basedir is now prepended to sys.path before starting the
+daemon. This used to happen implicitly (as a result of twistd's setup
+preamble), but 0.6.5 internalized the invocation of twistd and did not copy
+this behavior. This change restores the ability to access "private.py"-style
+modules in the basedir from the master.cfg file with a simple "import
+private" statement. Thanks to Thomas Vander Stichele for the catch.
+
+
 * Release 0.6.5 (18 May 2005)
 
 ** deprecated config keys removed





More information about the Commits mailing list