[Buildbot-devel] Try scheduler breakage

Ian Zimmerman itz at buug.org
Sun Jul 31 20:30:45 UTC 2011


Here is a patch, in case it's not fixed in 0.8.4:

--- buildbot/schedulers/trysched.py.distrib	2011-01-07 14:11:50.000000000 -0800
+++ buildbot/schedulers/trysched.py	2011-07-31 13:22:48.000000000 -0700
@@ -171,7 +171,8 @@
         base.BaseScheduler.__init__(self, name, builderNames, properties)
         self.port = port
         self.userpass = userpass
-        self.properties = properties
+        # wrong
+        # self.properties = properties
 
     def startService(self):
         TryBase.startService(self)

-- 
Ian Zimmerman
gpg public key: 1024D/C6FF61AD
fingerprint: 66DC D68F 5C1B 4D71 2EE5  BD03 8A00 786C C6FF 61AD
Rule 420: All persons more than eight miles high to leave the court.




More information about the devel mailing list