[Buildbot-commits] buildbot ChangeLog,1.345,1.346

Brian Warner warner at users.sourceforge.net
Wed Apr 6 00:48:31 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
* buildbot/slave/commands.py (SourceBase.doCopy): use cp -p to
preserve timestamps, helps incremental builds of large trees.
Patch from Rene Rivera.

* buildbot/slave/bot.py (SlaveBuilder.commandComplete): oops, log
'failure' and not the non-existent 'why'. Thanks to Rene Rivera
for the catch.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -d -r1.345 -r1.346
--- ChangeLog	4 Apr 2005 07:10:30 -0000	1.345
+++ ChangeLog	6 Apr 2005 00:48:29 -0000	1.346
@@ -1,3 +1,13 @@
+2005-04-05  Brian Warner  <warner at lothar.com>
+
+	* buildbot/slave/commands.py (SourceBase.doCopy): use cp -p to
+	preserve timestamps, helps incremental builds of large trees.
+	Patch from Rene Rivera.
+
+	* buildbot/slave/bot.py (SlaveBuilder.commandComplete): oops, log
+	'failure' and not the non-existent 'why'. Thanks to Rene Rivera
+	for the catch.
+
 2005-04-03  Brian Warner  <warner at lothar.com>
 
 	* buildbot/master.py (BuildMaster.loadConfig): only call exec()





More information about the Commits mailing list