[Buildbot-commits] buildbot ChangeLog,1.1052,1.1053

Brian Warner warner at users.sourceforge.net
Sun Mar 30 01:30:11 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ changelog for the #208 patch: treat got_revision and SVN revno as a string]

Original author: warner at lothar.com
Date: 2008-03-30 01:25:23+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -d -r1.1052 -r1.1053
--- ChangeLog	28 Mar 2008 05:55:47 -0000	1.1052
+++ ChangeLog	30 Mar 2008 01:30:08 -0000	1.1053
@@ -1,3 +1,14 @@
+2008-03-29  Brian Warner  <warner at lothar.com>
+
+	* buildbot/changes/svnpoller.py (SVNPoller.create_changes): pass
+	revision as a string, not an int. This fixes a problem in
+	MailNotifier, which expects a string. Thanks to Dan Locks for the
+	patch, and Dustin Mitchell for the test fixups. Closes #208.
+	* buildbot/steps/source.py (Source.commandComplete): treat
+	got_revision as a string too.
+	* buildbot/test/test_svnpoller.py: update test to match
+	* buildbot/test/test_vc.py: same
+
 2008-03-27  Brian Warner  <warner at lothar.com>
 
 	* buildbot/scripts/runner.py (doCheckConfig): patch from Ben





More information about the Commits mailing list