[Buildbot-commits] buildbot ChangeLog,1.547,1.548
Brian Warner
warner at users.sourceforge.net
Sat Nov 5 22:58:11 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5369
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-418
Creator: Brian Warner <warner at lothar.com>
deal with integer 'baserev' in try (for SVN and Arch)
* buildbot/scripts/tryclient.py (createJobfile): stringify the
baserev before stuffing it in the jobfile. This resolves problems
under SVN (and probably Arch) where revisions are expressed as
numbers. I'm inclined to use string-based revisions everywhere in
the future, but this fix should be safe for now. Thanks to Steven
Walter for the patch.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -d -r1.547 -r1.548
--- ChangeLog 5 Nov 2005 22:52:59 -0000 1.547
+++ ChangeLog 5 Nov 2005 22:58:09 -0000 1.548
@@ -1,5 +1,12 @@
2005-11-05 Brian Warner <warner at lothar.com>
+ * buildbot/scripts/tryclient.py (createJobfile): stringify the
+ baserev before stuffing it in the jobfile. This resolves problems
+ under SVN (and probably Arch) where revisions are expressed as
+ numbers. I'm inclined to use string-based revisions everywhere in
+ the future, but this fix should be safe for now. Thanks to Steven
+ Walter for the patch.
+
* buildbot/changes/changes.py (ChangeMaster.saveYourself): use
binary mode when opening pickle files, to make windows work
better. Thanks to Dobes Vandermeer for the catch.
More information about the Commits
mailing list