#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
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to