[Buildbot-commits] buildbot/buildbot/process step.py,1.69,1.70

Brian Warner warner at users.sourceforge.net
Thu Oct 20 22:32:50 UTC 2005


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

Modified Files:
	step.py 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-346
Creator:  Brian Warner <warner at lothar.com>

update sample master.cfg files to use Schedulers


Index: step.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/step.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- step.py	6 Sep 2005 22:07:07 -0000	1.69
+++ step.py	20 Oct 2005 22:32:48 -0000	1.70
@@ -1323,6 +1323,7 @@
         slavever = self.slaveVersion("darcs")
         assert slavever, "slave is too old, does not know about darcs"
 
+        # TODO: 0.6.6 slaves can't handle args['revision']
         if self.repourl:
             self.args['repourl'] = self.repourl
         else:
@@ -1366,6 +1367,7 @@
     """
 
     name = "arch"
+    # TODO: slaves >0.6.6 will accept args['build-config'], so use it
 
     def __init__(self, url, version, archive=None, **kwargs):
         """
@@ -1441,6 +1443,7 @@
     """Bazaar is an alternative client for Arch repositories. baz is mostly
     compatible with tla, but archive registration is slightly different."""
 
+    # TODO: slaves >0.6.6 will accept args['build-config'], so use it
 
     def __init__(self, url, version, archive, **kwargs):
         """





More information about the Commits mailing list