Hi all,
I am trying to port a buildbot from 0.9 to 0.9.11 and I can't find a
replacement for the changecommentlink feature in earlier versions. I
have this:

cc_re_tuple = (r'(PR [a-z]+/|PR ?|#)(\d+)',
               r'https://internal/bugzilla/show_bug.cgi?id=\2')

c['status'].append(html.WebStatus(http_port=8010,
                                  forceBuild = True,
                                  allowForce=False,
                                  order_console_by_time=True,
                                  changecommentlink=cc_re_tuple))

Can't seem to be able to do something like this on buildbot nine.

Any suggestions?
-- 
Paulo Matos
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to