[Buildbot-commits] buildbot ChangeLog,1.694,1.695

Brian Warner warner at users.sourceforge.net
Sun Aug 6 20:05:33 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ refactor command-completion handling, warn about old slaves and logfiles=]

Original author: warner at lothar.com
Date: 2006-08-06 20:02:38

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.694
retrieving revision 1.695
diff -u -d -r1.694 -r1.695
--- ChangeLog	6 Aug 2006 20:05:21 -0000	1.694
+++ ChangeLog	6 Aug 2006 20:05:31 -0000	1.695
@@ -1,9 +1,18 @@
 2006-08-06  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step.py (LoggingBuildStep.startCommand):
+	refactor command-completion handling, to allow methods like
+	commandComplete/createSummary/evaluateCommand to return Deferreds.
+	(LoggingBuildStep._commandComplete): delete the refactored method
+	(ShellCommand.setupLogfiles): if the buildslave is too old to
+	understand logfiles=, put a warning message both into twistd.log
+	and into the otherwise empty user-visible LogFiles.
+
 	* buildbot/process/step.py (LoggedRemoteCommand.useLog): allow
 	callers to provide the slave-side logfile name, rather than
 	forcing it to come from the local name of the LogFile.
 	(BuildStep.getSlaveName): new method
+
 	* buildbot/process/base.py (Build.getSlaveName): new method, so
 	steps can find out which buildslave they're running on
 





More information about the Commits mailing list