[Buildbot-commits] buildbot ChangeLog,1.490,1.491
    Brian Warner 
    warner at users.sourceforge.net
       
    Tue Aug 16 20:38:03 UTC 2005
    
    
  
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26686
Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-293
Creator:  Brian Warner <warner at lothar.com>
make Darcs get-revision work under python2.2 too
	* buildbot/slave/commands.py (Darcs.doVCFull): fix get-revision
	for Darcs to not use the tempfile module, so it works under
	python-2.2 too. We really didn't need the full cleverness of that
	module, since the slave has exclusive control of its own builddir.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.490
retrieving revision 1.491
diff -u -d -r1.490 -r1.491
--- ChangeLog	16 Aug 2005 00:23:52 -0000	1.490
+++ ChangeLog	16 Aug 2005 20:38:00 -0000	1.491
@@ -1,3 +1,10 @@
+2005-08-16  Brian Warner  <warner at lothar.com>
+
+	* buildbot/slave/commands.py (Darcs.doVCFull): fix get-revision
+	for Darcs to not use the tempfile module, so it works under
+	python-2.2 too. We really didn't need the full cleverness of that
+	module, since the slave has exclusive control of its own builddir.
+
 2005-08-15  Brian Warner  <warner at lothar.com>
 
 	* buildbot/scripts/tryclient.py (CVSExtractor): implement 'try'
    
    
More information about the Commits
mailing list