[Buildbot-commits] buildbot ChangeLog,1.520,1.521
Brian Warner
warner at users.sourceforge.net
Sat Oct 22 22:42:01 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32691
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-354
Creator: Brian Warner <warner at lothar.com>
add some slave-versioning code
* buildbot/slave/commands.py (cvs_ver): document new features
* buildbot/process/step.py (BuildStep.slaveVersion): document it
(BuildStep.slaveVersionNewEnough): more useful utility method
* buildbot/test/test_steps.py (Version): start testing it
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -d -r1.520 -r1.521
--- ChangeLog 22 Oct 2005 21:10:04 -0000 1.520
+++ ChangeLog 22 Oct 2005 22:41:59 -0000 1.521
@@ -1,5 +1,11 @@
2005-10-22 Brian Warner <warner at lothar.com>
+ * buildbot/slave/commands.py (cvs_ver): document new features
+
+ * buildbot/process/step.py (BuildStep.slaveVersion): document it
+ (BuildStep.slaveVersionNewEnough): more useful utility method
+ * buildbot/test/test_steps.py (Version): start testing it
+
* buildbot/status/words.py (IrcStatusBot.command_FORCE): note that
the 'force' command requires python2.3, for the shlex.split method
More information about the Commits
mailing list