[Buildbot-commits] buildbot ChangeLog, 1.761, 1.762 ChangeLog.svnpoller, 1.3, NONE

Brian Warner warner at users.sourceforge.net
Mon Oct 2 00:13:42 UTC 2006


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

Modified Files:
	ChangeLog 
Removed Files:
	ChangeLog.svnpoller 
Log Message:
[project @ svnpoller: merge ChangeLog entries]

Original author: warner at lothar.com
Date: 2006-10-02 00:08:59

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.761
retrieving revision 1.762
diff -u -d -r1.761 -r1.762
--- ChangeLog	30 Sep 2006 22:36:22 -0000	1.761
+++ ChangeLog	2 Oct 2006 00:13:40 -0000	1.762
@@ -1,3 +1,30 @@
+2006-10-01  Brian Warner  <warner at lothar.com>
+
+	* buildbot/status/html.py (HtmlResource.render): if we get a
+	unicode object from our content() method, encode it into utf-8
+	like we've been claiming to all along. This allows the comments
+	and author names from svnpoller.py to be delivered properly.
+
+	* buildbot/changes/svnpoller.py (SvnSource.create_changes):
+	de-unicodify filenames before creating the Change, because the
+	rest of buildbot is unlikely to handle them well. Leave the 'who'
+	field as a unicode object.. I don't think there's anything that
+	will break very soon, and it will probably nudge us towards
+	accepting unicode everywhere sooner or later. Stop using the
+	"date" field that comes out of SVN, since it is using the
+	repository's clock (and timezone) and what we care about is the
+	buildmaster's (otherwise Changes from the future show up later
+	than the builds they triggered).
+	* buildbot/test/test_svnpoller.py (Everything.test1): match the
+	change to .when
+
+	* buildbot/changes/svnpoller.py (SvnSource): added Niklaus Giger's
+	Suvbersion repository polling ChangeSource. I've hacked it up
+	considerably: any bugs are entirely my own fault. Thank you
+	Niklaus!
+	* buildbot/test/test_svnpoller.py: tests for it
+	* docs/buildbot.texinfo (SvnSource): document it
+
 2006-09-30  Brian Warner  <warner at lothar.com>
 
 	* buildbot/scheduler.py (Periodic): submit a reason= to the

--- ChangeLog.svnpoller DELETED ---





More information about the Commits mailing list