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

Buildbot trac trac at buildbot.net
Mon Nov 18 09:24:19 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 hwoarang):

 buildbot.tac has the correct basedir setup in it. Could it be a problem
 with how the buildbot master is started in my distro (Gentoo?)

 Here is the init script

 {{{
 start() {
         start-stop-daemon --start -u "${USERNAME}" \
                 --pidfile "${BASEDIR}/buildmaster.pid" \
                 --exec /usr/bin/python -- /usr/bin/twistd \
                 --no_save \
                 --logfile="${BASEDIR}/twistd.log" \
                 --pidfile="${BASEDIR}/buildmaster.pid" \
                 --python="${BASEDIR}/buildbot.tac"
 }
 }}}

 where BASEDIR is the directory of where my master.cfg lives.

 Apart from that I don't know what could it be wrong. Is there a way to
 debug (maybe a few lines of extra code) it in the buildbot core code and
 see which paths are search for extra templates?

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


More information about the Commits mailing list