[Buildbot-commits] [Buildbot] #2057: AnyBranchScheduler should inherit from SingleBranchScheduler
Buildbot
nobody at buildbot.net
Wed Jul 20 02:10:54 UTC 2011
#2057: AnyBranchScheduler should inherit from SingleBranchScheduler
----------------------+-----------------------
Reporter: dwlocks | Owner:
Type: undecided | Status: new
Priority: trivial | Milestone: undecided
Version: 0.8.4p2 | Keywords:
----------------------+-----------------------
right now it inherits from Scheduler, which means there are Deprecation
warnings on every startup.
buildbot/schedulers/basic.py:
line 232:
class AnyBranchScheduler(Scheduler):
instead use:
class AnyBranchScheduler(SingleBranchScheduler):
Yay! no more deprecation warnings.
--
Ticket URL: <http://trac.buildbot.net/ticket/2057>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list