[Buildbot-commits] buildbot ChangeLog,1.613,1.614
Brian Warner
warner at users.sourceforge.net
Fri May 19 07:44:24 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23702
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-541
Creator: Brian Warner <warner at lothar.com>
clean up timezone-string usage
* buildbot/scripts/tryclient.py (CVSExtractor.getBaseRevision):
use a timezone string of +0000 and gmtime, since this timestamp is
sent to a buildmaster and %z is broken.
* buildbot/test/test_vc.py (CVSHelper.getdate): use no timezone
string and localtime, since this timestamp will only be consumed
locally, and %z is broken.
* buildbot/slave/commands.py (CVS.parseGotRevision): use +0000 and
gmtime, since this timestamp is returned to the buildmaster, and
%z is broken.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.613
retrieving revision 1.614
diff -u -d -r1.613 -r1.614
--- ChangeLog 19 May 2006 06:51:37 -0000 1.613
+++ ChangeLog 19 May 2006 07:44:22 -0000 1.614
@@ -1,3 +1,17 @@
+2006-05-19 Brian Warner <warner at lothar.com>
+
+ * buildbot/scripts/tryclient.py (CVSExtractor.getBaseRevision):
+ use a timezone string of +0000 and gmtime, since this timestamp is
+ sent to a buildmaster and %z is broken.
+
+ * buildbot/test/test_vc.py (CVSHelper.getdate): use no timezone
+ string and localtime, since this timestamp will only be consumed
+ locally, and %z is broken.
+
+ * buildbot/slave/commands.py (CVS.parseGotRevision): use +0000 and
+ gmtime, since this timestamp is returned to the buildmaster, and
+ %z is broken.
+
2006-05-18 Brian Warner <warner at lothar.com>
* NEWS: update in preparation for next release
More information about the Commits
mailing list