[Buildbot-commits] buildbot ChangeLog,1.562,1.563

Brian Warner warner at users.sourceforge.net
Sun Nov 27 03:58:50 UTC 2005


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

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

fix AnyBranchScheduler to handle branch==None, merge release--0.7.1

	* buildbot/scheduler.py (AnyBranchScheduler.addChange): don't
	explode when branch==None, thanks to Kevin Turner for the catch
	* buildbot/test/test_scheduler.py (Scheduling.testAnyBranch): test
	it

	* buildbot/__init__.py (version): bump to 0.7.1+ while between
	releases
	* docs/buildbot.texinfo: same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -d -r1.562 -r1.563
--- ChangeLog	27 Nov 2005 01:34:31 -0000	1.562
+++ ChangeLog	27 Nov 2005 03:58:48 -0000	1.563
@@ -1,5 +1,16 @@
 2005-11-26  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scheduler.py (AnyBranchScheduler.addChange): don't
+	explode when branch==None, thanks to Kevin Turner for the catch
+	* buildbot/test/test_scheduler.py (Scheduling.testAnyBranch): test
+	it
+
+	* buildbot/__init__.py (version): bump to 0.7.1+ while between
+	releases
+	* docs/buildbot.texinfo: same
+
+2005-11-26  Brian Warner  <warner at lothar.com>
+
 	* buildbot/__init__.py (version): Releasing buildbot-0.7.1
 	* docs/buildbot.texinfo: set version number to match
 





More information about the Commits mailing list