[Buildbot-commits] buildbot/buildbot/slave commands.py,1.39,1.40

Brian Warner warner at users.sourceforge.net
Sat Oct 22 22:42:01 UTC 2005


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

Modified Files:
	commands.py 
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: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- commands.py	16 Aug 2005 20:38:01 -0000	1.39
+++ commands.py	22 Oct 2005 22:41:59 -0000	1.40
@@ -16,6 +16,9 @@
 #  >=1.17: commands are interruptable
 #  >=1.28: Arch understands 'revision', added Bazaar
 #  >=1.33: Source classes understand 'retry'
+#  >=1.39: Source classes correctly handle changes in branch (except Git)
+#          Darcs accepts 'revision' (now all do but Git) (well, and P4Sync)
+#          Arch/Baz should accept 'build-config'
 
 class CommandInterrupted(Exception):
     pass





More information about the Commits mailing list