Skip to content

Commit

Permalink
only available in buildbot 8.6 and newer
Browse files Browse the repository at this point in the history
Revert "buildbot: add new ForceScheduler for mingwlibs to force its branch to master"

This reverts commit 9a6fc1e.
  • Loading branch information
jK committed Sep 28, 2012
1 parent 9a6fc1e commit d7ec221
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions buildbot/master/master.cfg
Expand Up @@ -90,7 +90,6 @@ def changeIsImportant(change):

from buildbot.changes.filter import ChangeFilter
from buildbot.schedulers import basic, timed
from buildbot.schedulers.forcesched import *

c['schedulers'].append(basic.AnyBranchScheduler(
name="full-sched",
Expand All @@ -106,11 +105,6 @@ c['schedulers'].append(timed.Nightly(
onlyIfChanged=True,
builderNames=["cppcheck", "doxygen", "full-macosx", "latest-boost"], hour=6, minute=0))

c['schedulers'].append(ForceScheduler(
name="force",
branch="master",
builderNames=["mingwlibs"]))

####### BUILDERS

from buildbot.process.factory import BuildFactory
Expand Down

0 comments on commit d7ec221

Please sign in to comment.