[Buildbot-commits] buildbot ChangeLog,1.485,1.486

Brian Warner warner at users.sourceforge.net
Thu Aug 11 20:27:51 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-283
Creator:  Brian Warner <warner at monolith.lothar.com>

s/%x/%d/ for id() to avoid silly warning

	* buildbot/locks.py: use %d for id() instead of %x, avoid a silly
	warning message

--This line, and those below, will be ignored--
Files to commit:
   <can't compute list>

This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -d -r1.485 -r1.486
--- ChangeLog	11 Aug 2005 20:21:32 -0000	1.485
+++ ChangeLog	11 Aug 2005 20:27:48 -0000	1.486
@@ -1,5 +1,8 @@
 2005-08-11  Brian Warner  <warner at lothar.com>
 
+	* buildbot/locks.py: use %d for id() instead of %x, avoid a silly
+	warning message
+
 	* docs/buildbot.texinfo (try): document both --builder and
 	'try_builders' in .buildbot/options
 	* buildbot/scripts/runner.py (TryOptions): add --builder,





More information about the Commits mailing list