[Buildbot-commits] buildbot ChangeLog.svnpoller,1.1,1.2

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


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

Modified Files:
	ChangeLog.svnpoller 
Log Message:
[project @ svnpoller: clean up timestamps, unicode usage]

Original author: warner at lothar.com
Date: 2006-10-02 00:03:58

Index: ChangeLog.svnpoller
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog.svnpoller,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ChangeLog.svnpoller	2 Oct 2006 00:13:11 -0000	1.1
+++ ChangeLog.svnpoller	2 Oct 2006 00:13:26 -0000	1.2
@@ -1,3 +1,18 @@
+Sun Oct  1 16:58:28 2006  Brian Warner  <warner at lothar.com>
+
+	* 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
+
 Sun Oct  1 10:12:44 2006  Brian Warner  <warner at lothar.com>
 
 	* buildbot/changes/svnpoller.py (SvnSource): added Niklaus Giger's





More information about the Commits mailing list