Skip to content

Commit

Permalink
Bug 2992: allow forceAllBuilds in sample cfg too
Browse files Browse the repository at this point in the history
Fixes #2992.
  • Loading branch information
djmitche committed Nov 3, 2014
1 parent a4453f4 commit 91f912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/scripts/sample.cfg
Expand Up @@ -95,7 +95,7 @@ authz_cfg=authz.Authz(
auth=auth.BasicAuth([("pyflakes","pyflakes")]),
gracefulShutdown = False,
forceBuild = 'auth', # use this to test your slave once it is set up
forceAllBuilds = False,
forceAllBuilds = 'auth', # ..or this
pingBuilder = False,
stopBuild = False,
stopAllBuilds = False,
Expand Down

0 comments on commit 91f912a

Please sign in to comment.