[Buildbot-devel] exceptions.AttributeError: AnyBranchScheduler instance has no attribute 'fileIsImportant'

Stefan Seefeld seefeld at sympatico.ca
Fri Nov 25 16:20:31 UTC 2005


Having now generated a branch attribute from within my svn_buildbot.py
file (patch will follow...), I now observe the following stack trace
in my master log file:

File "/group/synopsis/local/lib/python2.3/site-packages/buildbot/changes/pb.py", line 48, in 
perspective_addChange
   self.changemaster.addChange(change)
File "/group/synopsis/local/lib/python2.3/site-packages/buildbot/changes/changes.py", line 207, in 
addChange
   self.parent.addChange(change)
File "/group/synopsis/local/lib/python2.3/site-packages/buildbot/master.py", line 986, in addChange
   s.addChange(change)
File "/group/synopsis/local/lib/python2.3/site-packages/buildbot/scheduler.py", line 251, in addChange
   self.fileIsImportant)
exceptions.AttributeError: AnyBranchScheduler instance has no attribute 'fileIsImportant'

the scheduler is configured like this:

scheduler = AnyBranchScheduler('all',
                                ['trunk', 'branches/Synopsis_0_8', 'branches/CxxParserRewrite'],
                                2*60, ['builder'])

What am I missing ?

Thanks,
		Stefan






More information about the devel mailing list