[Buildbot] #3118: broken urls in json help pages

Buildbot trac trac at buildbot.net
Fri Dec 19 11:02:47 UTC 2014


#3118: broken urls in json help pages
----------------------+-----------------------
Reporter:  cyrilj     |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  0.8.10     |   Keywords:
----------------------+-----------------------
 Hello,

 Url generated in json help pages are broken :
 {{{
 {{path_to_root}}json/{{ child|e }}
 {{path_to_root}}json/{{ child|e }}/help
 }}}

 This generates invalid urls in children, for exemple in json/builders, the
 url for child nodes are
 {{{
 http://localdomain/json/my_builder1
 http://localdomain/json/my_builder2
 }}}
 instead of:
 {{{
 http://localdomain/json/builders/my_builder1
 http://localdomain/json/builders/my_builder2
 }}}

 Fix is to make child nodes url relatives.

--
Ticket URL: <http://trac.buildbot.net/ticket/3118>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list