[Buildbot-commits] buildbot/buildbot master.py,1.63,1.64

Brian Warner warner at users.sourceforge.net
Tue Apr 26 02:13:50 UTC 2005


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

Modified Files:
	master.py 
Log Message:
(BuildMaster): oops, set .change_svc=None at the module level, because
buildbot.tap files from 0.6.2 don't have it in their attribute dictionary.


Index: master.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/master.py,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- master.py	24 Apr 2005 21:30:23 -0000	1.63
+++ master.py	26 Apr 2005 02:13:47 -0000	1.64
@@ -577,6 +577,7 @@
     projectName = "(unspecified)"
     projectURL = None
     buildbotURL = None
+    change_svc = None
 
     def __init__(self, basedir, configFileName="master.cfg"):
         service.MultiService.__init__(self)
@@ -610,7 +611,6 @@
         self.statusTargets = []
 
         self.bots = []
-        self.change_svc = None
         self.useChanges(ChangeMaster())
 
         self.readConfig = False





More information about the Commits mailing list