[Buildbot-commits] buildbot/buildbot scheduler.py,1.11,1.12

Brian Warner warner at users.sourceforge.net
Thu Dec 22 21:00:03 UTC 2005


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

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

update twisted_master.cfg, add dummy addChange() to BaseScheduler

	* docs/examples/twisted_master.cfg: merge changes from pyr: add
	new win32 builders

	* buildbot/scheduler.py (BaseScheduler.addChange): include a dummy
	addChange in the parent class, although I suspect this should be
	fixed better in the future.


Index: scheduler.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scheduler.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scheduler.py	27 Nov 2005 03:58:48 -0000	1.11
+++ scheduler.py	22 Dec 2005 21:00:01 -0000	1.12
@@ -33,6 +33,9 @@
     def submit(self, bs):
         self.parent.submitBuildSet(bs)
 
+    def addChange(self, change):
+        pass
+
 class BaseUpstreamScheduler(BaseScheduler):
     if implements:
         implements(interfaces.IUpstreamScheduler)





More information about the Commits mailing list