[Buildbot-commits] [Buildbot] #2586: Can't override html templates in master's templates directory

Buildbot trac trac at buildbot.net
Sat Nov 16 11:12:36 UTC 2013


#2586: Can't override html templates in master's templates directory
---------------------+--------------------
Reporter:  hwoarang  |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  0.8.9
 Version:  0.8.8     |  Resolution:
Keywords:  web       |
---------------------+--------------------

Comment (by jollyroger):

 Tried with buildbot 0.8.8 packaged with Debian. Everything worked out of
 the box. My config is nothing special:

 {{{
 #!python
 c['status'] = []

 from buildbot.status import html
 from buildbot.status.web import auth, authz
 authz_cfg=authz.Authz(
     gracefulShutdown = False,
     forceBuild = True,
     forceAllBuilds = False,
     pingBuilder = False,
     stopBuild = False,
     stopAllBuilds = False,
     cancelPendingBuild = False,
 )

 c['status'].append(html.WebStatus(http_port=8011, authz=authz_cfg))
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2586#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list