Changeset 81625
- Timestamp:
- 08/02/11 21:36:41 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r81591 r81625 243 243 from buildbot.status import html 244 244 from buildbot.status.web import auth, authz 245 from buildbot.status.web.auth import HTPasswdAuth 246 htauth = HTPasswdAuth('htpasswd') 245 247 authz_cfg=authz.Authz( 246 # change any of these to True to enable; see the manual for more 247 # options 248 gracefulShutdown = False, 249 forceBuild = True, # use this to test your slave once it is set up 250 forceAllBuilds = False, 251 pingBuilder = False, 252 stopBuild = True, 253 stopAllBuilds = False, 254 cancelPendingBuild = False, 248 auth=htauth, 249 gracefulShutdown = 'auth', 250 forceBuild = 'auth', 251 forceAllBuilds = 'auth', 252 pingBuilder = 'auth', 253 stopBuild = 'auth', 254 stopAllBuilds = 'auth', 255 cancelPendingBuild = 'auth', 255 256 ) 256 257
Note: See TracChangeset
for help on using the changeset viewer.

